Skip to content
Commits on Source (3)
......@@ -60,7 +60,7 @@ paths:
content:
application/json:
schema:
$ref: '#/components/schemas/ProvisioningContentHostingConfiguration'
$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
......
......@@ -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'
......