Skip to content
GitLab
Explore
Sign in
Commits on Source (3)
Fixed indentation error.
· 9d3dcada
bradburyr
authored
Nov 08, 2024
9d3dcada
Fixed wrong data type name.
· 1e591acd
bradburyr
authored
Nov 08, 2024
1e591acd
Fixed data type references to be local.
· 5a12f6e7
bradburyr
authored
Nov 08, 2024
5a12f6e7
Show whitespace changes
Inline
Side-by-side
TS26510_Maf_Provisioning_ContentHosting.yaml
View file @
5a12f6e7
...
...
@@ -60,7 +60,7 @@ paths:
content
:
application/json
:
schema
:
$ref
:
'
#/components/schemas/
Provisioning
ContentHostingConfiguration'
$ref
:
'
#/components/schemas/ContentHostingConfiguration'
'
400'
:
# Bad Request: The syntax of the HTTP request is malformed in a way not covered by one of the following more specific client errors
$ref
:
'
TS29571_CommonData.yaml#/components/responses/400'
'
401'
:
# Unauthorized
...
...
TS26512_Mas_Configuration_ContentHosting.yaml
View file @
5a12f6e7
...
...
@@ -79,7 +79,7 @@ paths:
content
:
application/json
:
schema
:
$ref
:
'
TS26510_Maf_Provisioning_ContentHosting.yaml
#/components/schemas/ApplicationServerContentHostingConfiguration'
$ref
:
'
#/components/schemas/ApplicationServerContentHostingConfiguration'
responses
:
'
201'
:
# Created
description
:
'
Content
Hosting
Configuration
Created'
...
...
@@ -124,7 +124,7 @@ paths:
content
:
application/json
:
schema
:
$ref
:
'
TS26510_Maf_Provisioning_ContentHosting.yaml
#/components/schemas/ApplicationServerContentHostingConfiguration'
$ref
:
'
#/components/schemas/ApplicationServerContentHostingConfiguration'
responses
:
'
200'
:
# OK
description
:
'
Content
Hosting
Configuration
Replaced'
...
...
TS26512_Mas_Configuration_ContentPublishing.yaml
View file @
5a12f6e7