@@ -36055,10 +36055,10 @@ components:
36055
36055
ArtifactDistributionResponse:
36056
36056
description: A serializer for ArtifactDistribution.
36057
36057
example:
36058
+ hidden: false
36058
36059
pulp_labels:
36059
36060
key: pulp_labels
36060
36061
pulp_href: https://openapi-generator.tech
36061
- hidden: false
36062
36062
no_content_change_since: no_content_change_since
36063
36063
name: name
36064
36064
base_url: base_url
@@ -36067,54 +36067,54 @@ components:
36067
36067
pulp_last_updated: 2000-01-23T04:56:07.000+00:00
36068
36068
content_guard: https://openapi-generator.tech
36069
36069
properties:
36070
- pulp_labels:
36071
- additionalProperties:
36072
- nullable: true
36073
- type: string
36074
- type: object
36075
36070
no_content_change_since:
36076
36071
description: "Timestamp since when the distributed content served by this\
36077
36072
\ distribution has not changed. If equals to `null`, no guarantee is provided\
36078
36073
\ about content changes."
36079
36074
readOnly: true
36080
36075
type: string
36081
- pulp_last_updated:
36082
- description: "Timestamp of the last time this resource was updated. Note:\
36083
- \ for immutable resources - like content, repository versions, and publication\
36084
- \ - pulp_created and pulp_last_updated dates will be the same."
36085
- format: date-time
36086
- readOnly: true
36087
- type: string
36088
- pulp_href:
36089
- format: uri
36090
- readOnly: true
36091
- type: string
36076
+ hidden:
36077
+ default: false
36078
+ description: Whether this distribution should be shown in the content app.
36079
+ type: boolean
36092
36080
base_path:
36093
36081
description: The base (relative) path component of the published url. Avoid
36094
36082
paths that overlap with other distribution base paths
36095
36083
(e.g. "foo" and "foo/bar")
36096
36084
type: string
36097
- name:
36098
- description: "A unique name. Ex, `rawhide` and `stable`."
36099
- type: string
36100
36085
content_guard:
36101
36086
description: An optional content-guard.
36102
36087
format: uri
36103
36088
nullable: true
36104
36089
type: string
36105
- base_url:
36106
- description: The URL for accessing the publication as defined by this distribution.
36090
+ name:
36091
+ description: "A unique name. Ex, `rawhide` and `stable`."
36092
+ type: string
36093
+ pulp_labels:
36094
+ additionalProperties:
36095
+ nullable: true
36096
+ type: string
36097
+ type: object
36098
+ pulp_href:
36099
+ format: uri
36107
36100
readOnly: true
36108
36101
type: string
36109
36102
pulp_created:
36110
36103
description: Timestamp of creation.
36111
36104
format: date-time
36112
36105
readOnly: true
36113
36106
type: string
36114
- hidden:
36115
- default: false
36116
- description: Whether this distribution should be shown in the content app.
36117
- type: boolean
36107
+ pulp_last_updated:
36108
+ description: "Timestamp of the last time this resource was updated. Note:\
36109
+ \ for immutable resources - like content, repository versions, and publication\
36110
+ \ - pulp_created and pulp_last_updated dates will be the same."
36111
+ format: date-time
36112
+ readOnly: true
36113
+ type: string
36114
+ base_url:
36115
+ description: The URL for accessing the publication as defined by this distribution.
36116
+ readOnly: true
36117
+ type: string
36118
36118
required:
36119
36119
- base_path
36120
36120
- name
@@ -37641,21 +37641,21 @@ components:
37641
37641
previous: http://api.example.org/accounts/?offset=200&limit=100
37642
37642
count: 123
37643
37643
results:
37644
- - pulp_labels:
37644
+ - hidden: false
37645
+ pulp_labels:
37645
37646
key: pulp_labels
37646
37647
pulp_href: https://openapi-generator.tech
37647
- hidden: false
37648
37648
no_content_change_since: no_content_change_since
37649
37649
name: name
37650
37650
base_url: base_url
37651
37651
base_path: base_path
37652
37652
pulp_created: 2000-01-23T04:56:07.000+00:00
37653
37653
pulp_last_updated: 2000-01-23T04:56:07.000+00:00
37654
37654
content_guard: https://openapi-generator.tech
37655
- - pulp_labels:
37655
+ - hidden: false
37656
+ pulp_labels:
37656
37657
key: pulp_labels
37657
37658
pulp_href: https://openapi-generator.tech
37658
- hidden: false
37659
37659
no_content_change_since: no_content_change_since
37660
37660
name: name
37661
37661
base_url: base_url
0 commit comments