Skip to content
Commits on Source (2)
...@@ -124,7 +124,7 @@ paths: ...@@ -124,7 +124,7 @@ paths:
content: content:
application/json: application/json:
schema: schema:
$ref: '#/components/schemas/PContentHostingConfiguration' $ref: '#/components/schemas/ContentHostingConfiguration'
responses: responses:
'200': # OK '200': # OK
description: 'Content Hosting Configuration Replaced' description: 'Content Hosting Configuration Replaced'
......
...@@ -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'
......