@@ -36102,32 +36102,44 @@ components:
36102
36102
ArtifactDistributionResponse:
36103
36103
description: A serializer for ArtifactDistribution.
36104
36104
example:
36105
- pulp_labels:
36106
- key: pulp_labels
36107
36105
hidden: false
36108
36106
pulp_href: https://openapi-generator.tech
36109
- name: name
36110
- base_url: base_url
36107
+ pulp_labels:
36108
+ key: pulp_labels
36111
36109
no_content_change_since: no_content_change_since
36110
+ base_url: base_url
36111
+ name: name
36112
36112
base_path: base_path
36113
36113
pulp_created: 2000-01-23T04:56:07.000+00:00
36114
36114
pulp_last_updated: 2000-01-23T04:56:07.000+00:00
36115
36115
content_guard: https://openapi-generator.tech
36116
36116
properties:
36117
+ base_path:
36118
+ description: The base (relative) path component of the published url. Avoid
36119
+ paths that overlap with other distribution base paths
36120
+ (e.g. "foo" and "foo/bar")
36121
+ type: string
36122
+ pulp_created:
36123
+ description: Timestamp of creation.
36124
+ format: date-time
36125
+ readOnly: true
36126
+ type: string
36127
+ hidden:
36128
+ default: false
36129
+ description: Whether this distribution should be shown in the content app.
36130
+ type: boolean
36117
36131
pulp_last_updated:
36118
36132
description: "Timestamp of the last time this resource was updated. Note:\
36119
36133
\ for immutable resources - like content, repository versions, and publication\
36120
36134
\ - pulp_created and pulp_last_updated dates will be the same."
36121
36135
format: date-time
36122
36136
readOnly: true
36123
36137
type: string
36124
- pulp_labels:
36125
- additionalProperties:
36126
- nullable: true
36127
- type: string
36128
- type: object
36129
- name:
36130
- description: "A unique name. Ex, `rawhide` and `stable`."
36138
+ no_content_change_since:
36139
+ description: "Timestamp since when the distributed content served by this\
36140
+ \ distribution has not changed. If equals to `null`, no guarantee is provided\
36141
+ \ about content changes."
36142
+ readOnly: true
36131
36143
type: string
36132
36144
content_guard:
36133
36145
description: An optional content-guard.
@@ -36138,30 +36150,18 @@ components:
36138
36150
description: The URL for accessing the publication as defined by this distribution.
36139
36151
readOnly: true
36140
36152
type: string
36141
- hidden:
36142
- default: false
36143
- description: Whether this distribution should be shown in the content app.
36144
- type: boolean
36145
- base_path:
36146
- description: The base (relative) path component of the published url. Avoid
36147
- paths that overlap with other distribution base paths
36148
- (e.g. "foo" and "foo/bar")
36149
- type: string
36150
- no_content_change_since:
36151
- description: "Timestamp since when the distributed content served by this\
36152
- \ distribution has not changed. If equals to `null`, no guarantee is provided\
36153
- \ about content changes."
36154
- readOnly: true
36153
+ name:
36154
+ description: "A unique name. Ex, `rawhide` and `stable`."
36155
36155
type: string
36156
36156
pulp_href:
36157
36157
format: uri
36158
36158
readOnly: true
36159
36159
type: string
36160
- pulp_created :
36161
- description: Timestamp of creation.
36162
- format: date-time
36163
- readOnly: true
36164
- type: string
36160
+ pulp_labels :
36161
+ additionalProperties:
36162
+ nullable: true
36163
+ type: string
36164
+ type: object
36165
36165
required:
36166
36166
- base_path
36167
36167
- name
@@ -37709,24 +37709,24 @@ components:
37709
37709
previous: http://api.example.org/accounts/?offset=200&limit=100
37710
37710
count: 123
37711
37711
results:
37712
- - pulp_labels:
37713
- key: pulp_labels
37714
- hidden: false
37712
+ - hidden: false
37715
37713
pulp_href: https://openapi-generator.tech
37716
- name: name
37717
- base_url: base_url
37714
+ pulp_labels:
37715
+ key: pulp_labels
37718
37716
no_content_change_since: no_content_change_since
37717
+ base_url: base_url
37718
+ name: name
37719
37719
base_path: base_path
37720
37720
pulp_created: 2000-01-23T04:56:07.000+00:00
37721
37721
pulp_last_updated: 2000-01-23T04:56:07.000+00:00
37722
37722
content_guard: https://openapi-generator.tech
37723
- - pulp_labels:
37724
- key: pulp_labels
37725
- hidden: false
37723
+ - hidden: false
37726
37724
pulp_href: https://openapi-generator.tech
37727
- name: name
37728
- base_url: base_url
37725
+ pulp_labels:
37726
+ key: pulp_labels
37729
37727
no_content_change_since: no_content_change_since
37728
+ base_url: base_url
37729
+ name: name
37730
37730
base_path: base_path
37731
37731
pulp_created: 2000-01-23T04:56:07.000+00:00
37732
37732
pulp_last_updated: 2000-01-23T04:56:07.000+00:00
0 commit comments