Commit 5a12f6e7 authored by bradburyr's avatar bradburyr
Browse files

Fixed data type references to be local.

parent 1e591acd
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_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'