Skip to content
GitLab
Explore
Sign in
Commits on Source (2)
Made data type references local.
· 731fe755
bradburyr
authored
Nov 08, 2024
731fe755
Fixed typo.
· 8bbc0c6b
bradburyr
authored
Nov 08, 2024
8bbc0c6b
Show whitespace changes
Inline
Side-by-side
TS26510_Maf_Provisioning_ContentHosting.yaml
View file @
8bbc0c6b
...
@@ -124,7 +124,7 @@ paths:
...
@@ -124,7 +124,7 @@ paths:
content
:
content
:
application/json
:
application/json
:
schema
:
schema
:
$ref
:
'
#/components/schemas/
P
ContentHostingConfiguration'
$ref
:
'
#/components/schemas/ContentHostingConfiguration'
responses
:
responses
:
'
200'
:
# OK
'
200'
:
# OK
description
:
'
Content
Hosting
Configuration
Replaced'
description
:
'
Content
Hosting
Configuration
Replaced'
...
...
TS26512_Mas_Configuration_ContentPublishing.yaml
View file @
8bbc0c6b
...
@@ -79,7 +79,7 @@ paths:
...
@@ -79,7 +79,7 @@ paths:
content
:
content
:
application/json
:
application/json
:
schema
:
schema
:
$ref
:
'
TS26510_Maf_Provisioning_ContentPublishing.yaml
#/components/schemas/ApplicationServerContentPublishingConfiguration'
$ref
:
'
#/components/schemas/ApplicationServerContentPublishingConfiguration'
responses
:
responses
:
'
201'
:
# Created
'
201'
:
# Created
description
:
'
Content
Publishing
Configuration
Created'
description
:
'
Content
Publishing
Configuration
Created'
...
@@ -124,7 +124,7 @@ paths:
...
@@ -124,7 +124,7 @@ paths:
content
:
content
:
application/json
:
application/json
:
schema
:
schema
:
$ref
:
'
TS26510_Maf_Provisioning_ContentPublishing.yaml
#/components/schemas/ApplicationServerContentPublishingConfiguration'
$ref
:
'
#/components/schemas/ApplicationServerContentPublishingConfiguration'
responses
:
responses
:
'
200'
:
# OK
'
200'
:
# OK
description
:
'
Content
Publishing
Configuration
Replaced'
description
:
'
Content
Publishing
Configuration
Replaced'
...
...