@@ -35844,58 +35844,58 @@ components:
35844
35844
ArtifactDistributionResponse:
35845
35845
description: A serializer for ArtifactDistribution.
35846
35846
example:
35847
+ hidden: false
35848
+ pulp_href: https://openapi-generator.tech
35847
35849
pulp_labels:
35848
35850
key: pulp_labels
35849
- pulp_href: https://openapi-generator.tech
35850
- hidden: false
35851
- base_url: base_url
35852
35851
name: name
35852
+ base_url: base_url
35853
35853
pulp_created: 2000-01-23T04:56:07.000+00:00
35854
35854
base_path: base_path
35855
35855
pulp_last_updated: 2000-01-23T04:56:07.000+00:00
35856
35856
content_guard: https://openapi-generator.tech
35857
35857
properties:
35858
- pulp_last_updated:
35859
- description: "Timestamp of the last time this resource was updated. Note:\
35860
- \ for immutable resources - like content, repository versions, and publication\
35861
- \ - pulp_created and pulp_last_updated dates will be the same."
35858
+ pulp_created:
35859
+ description: Timestamp of creation.
35862
35860
format: date-time
35863
35861
readOnly: true
35864
35862
type: string
35865
- pulp_labels:
35866
- additionalProperties:
35867
- nullable: true
35868
- type: string
35869
- type: object
35870
- pulp_href:
35871
- format: uri
35872
- readOnly: true
35873
- type: string
35874
- base_url:
35875
- description: The URL for accessing the publication as defined by this distribution.
35876
- readOnly: true
35863
+ hidden:
35864
+ default: false
35865
+ description: Whether this distribution should be shown in the content app.
35866
+ type: boolean
35867
+ base_path:
35868
+ description: The base (relative) path component of the published url. Avoid
35869
+ paths that overlap with other distribution base paths
35870
+ (e.g. "foo" and "foo/bar")
35877
35871
type: string
35878
35872
content_guard:
35879
35873
description: An optional content-guard.
35880
35874
format: uri
35881
35875
nullable: true
35882
35876
type: string
35883
- hidden:
35884
- default: false
35885
- description: Whether this distribution should be shown in the content app.
35886
- type: boolean
35887
- pulp_created:
35888
- description: Timestamp of creation.
35889
- format: date-time
35877
+ pulp_href:
35878
+ format: uri
35890
35879
readOnly: true
35891
35880
type: string
35892
35881
name:
35893
35882
description: "A unique name. Ex, `rawhide` and `stable`."
35894
35883
type: string
35895
- base_path:
35896
- description: The base (relative) path component of the published url. Avoid
35897
- paths that overlap with other distribution base paths
35898
- (e.g. "foo" and "foo/bar")
35884
+ base_url:
35885
+ description: The URL for accessing the publication as defined by this distribution.
35886
+ readOnly: true
35887
+ type: string
35888
+ pulp_labels:
35889
+ additionalProperties:
35890
+ nullable: true
35891
+ type: string
35892
+ type: object
35893
+ pulp_last_updated:
35894
+ description: "Timestamp of the last time this resource was updated. Note:\
35895
+ \ for immutable resources - like content, repository versions, and publication\
35896
+ \ - pulp_created and pulp_last_updated dates will be the same."
35897
+ format: date-time
35898
+ readOnly: true
35899
35899
type: string
35900
35900
required:
35901
35901
- base_path
@@ -37416,22 +37416,22 @@ components:
37416
37416
previous: http://api.example.org/accounts/?offset=200&limit=100
37417
37417
count: 123
37418
37418
results:
37419
- - pulp_labels:
37420
- key: pulp_labels
37419
+ - hidden: false
37421
37420
pulp_href: https://openapi-generator.tech
37422
- hidden: false
37423
- base_url: base_url
37421
+ pulp_labels:
37422
+ key: pulp_labels
37424
37423
name: name
37424
+ base_url: base_url
37425
37425
pulp_created: 2000-01-23T04:56:07.000+00:00
37426
37426
base_path: base_path
37427
37427
pulp_last_updated: 2000-01-23T04:56:07.000+00:00
37428
37428
content_guard: https://openapi-generator.tech
37429
- - pulp_labels:
37430
- key: pulp_labels
37429
+ - hidden: false
37431
37430
pulp_href: https://openapi-generator.tech
37432
- hidden: false
37433
- base_url: base_url
37431
+ pulp_labels:
37432
+ key: pulp_labels
37434
37433
name: name
37434
+ base_url: base_url
37435
37435
pulp_created: 2000-01-23T04:56:07.000+00:00
37436
37436
base_path: base_path
37437
37437
pulp_last_updated: 2000-01-23T04:56:07.000+00:00
0 commit comments