Commit 731fe755 authored by bradburyr's avatar bradburyr
Browse files

Made data type references local.

parent 5a12f6e7
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -79,7 +79,7 @@ paths:
        content:
          application/json:
            schema:
              $ref: 'TS26510_Maf_Provisioning_ContentPublishing.yaml#/components/schemas/ApplicationServerContentPublishingConfiguration'
              $ref: '#/components/schemas/ApplicationServerContentPublishingConfiguration'
      responses:
        '201': # Created
          description: 'Content Publishing Configuration Created'
@@ -124,7 +124,7 @@ paths:
        content:
          application/json:
            schema:
              $ref: 'TS26510_Maf_Provisioning_ContentPublishing.yaml#/components/schemas/ApplicationServerContentPublishingConfiguration'
              $ref: '#/components/schemas/ApplicationServerContentPublishingConfiguration'
      responses:
        '200': # OK
          description: 'Content Publishing Configuration Replaced'