Commit 2a6ab9b9 authored by bradburyr's avatar bradburyr
Browse files

Switched to referencing common data types in TS26510_CommonData.yaml.

parent e4a3da4f
Loading
Loading
Loading
Loading
+7 −7
Original line number Diff line number Diff line
@@ -32,7 +32,7 @@ paths:
              schema:
                type: array
                items:
                  $ref: 'TS26512_CommonData.yaml#/components/schemas/ResourceId'
                  $ref: 'TS26510_CommonData.yaml#/components/schemas/ResourceId'
        '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'
        '413': # Payload Too Large: No request body allowed for this operation
@@ -52,7 +52,7 @@ paths:
        in: path
        required: true
        schema:
          $ref: 'TS26512_CommonData.yaml#/components/schemas/ResourceId'
          $ref: 'TS26510_CommonData.yaml#/components/schemas/ResourceId'
        description: 'The resource identifier of an existing Provisioning Session.'
    post:
      operationId: createContentHostingConfiguration
@@ -63,7 +63,7 @@ paths:
        content:
          application/json:
            schema:
              $ref: 'TS26512_M1_ContentHostingProvisioning.yaml#/components/schemas/ContentHostingConfiguration'
              $ref: 'TS26510_M1_ContentHostingProvisioning.yaml#/components/schemas/ContentHostingConfiguration'
      responses:
        '201': # Created
          description: 'Content Hosting Configuration Created'
@@ -72,7 +72,7 @@ paths:
              description: 'URL of the newly created Content Hosting Configuration (which may be redirected from the request URL).'
              required: true
              schema:
                $ref: 'TS26512_CommonData.yaml#/components/schemas/Url'
                $ref: 'TS26510_CommonData.yaml#/components/schemas/Url'
        '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'
        '405': # Method Not Allowed: Content Hosting Configuration resource already exists at the specified path
@@ -103,7 +103,7 @@ paths:
        content:
          application/json:
            schema:
              $ref: 'TS26512_M1_ContentHostingProvisioning.yaml#/components/schemas/ContentHostingConfiguration'
              $ref: 'TS26510_M1_ContentHostingProvisioning.yaml#/components/schemas/ContentHostingConfiguration'
      responses:
        '200': # OK
          description: 'Content Hosting Configuration Updated'
@@ -158,7 +158,7 @@ paths:
          in: path
          required: true
          schema:
            $ref: 'TS26512_CommonData.yaml#/components/schemas/ResourceId'
            $ref: 'TS26510_CommonData.yaml#/components/schemas/ResourceId'
          description: 'Individual resources in the collection are addressed using an afResourceId nominated by the 5GMS AF which is unique in this collection at a given 5GMS AS instance.'
    post:
      operationId: modifyContentHostingConfigurationState
@@ -228,7 +228,7 @@ paths:
          in: path
          required: true
          schema:
            $ref: 'TS26512_CommonData.yaml#/components/schemas/ResourceId'
            $ref: 'TS26510_CommonData.yaml#/components/schemas/ResourceId'
          description: 'Individual resources in the collection are addressed using an afResourceId nominated by the 5GMS AF which is unique in this collection at a given 5GMS AS instance.'
    post:
      operationId: purgeContentHostingCache
+3 −3
Original line number Diff line number Diff line
@@ -33,7 +33,7 @@ paths:
              schema:
                type: array
                items:
                  $ref: 'TS26512_CommonData.yaml#/components/schemas/ResourceId'
                  $ref: 'TS26510_CommonData.yaml#/components/schemas/ResourceId'
        '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'
        '413': # Payload Too Large: No request body allowed for this operation
@@ -53,7 +53,7 @@ paths:
       in: path
       required: true
       schema:
         $ref: 'TS26512_CommonData.yaml#/components/schemas/ResourceId'
         $ref: 'TS26510_CommonData.yaml#/components/schemas/ResourceId'
       description: "The resource identifier, assigned by the 5GMS AF, of the target Content Preparation Template. Unique for all content preparation templates in the 5GMS System."
    post:
      operationId: createContentPreparationTemplate
@@ -73,7 +73,7 @@ paths:
              description: "URL of the newly created Content Preparation Template resource (which may be redirected from the request URL."
              required: true
              schema:
                $ref: 'TS26512_CommonData.yaml#/components/schemas/AbsoluteUrl'
                $ref: 'TS26510_CommonData.yaml#/components/schemas/AbsoluteUrl'
        '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'
        '405': # Method Not Allowed: Content Preparation Template resource already exists at the specified path
+3 −3
Original line number Diff line number Diff line
@@ -33,7 +33,7 @@ paths:
              schema:
                type: array
                items:
                  $ref: 'TS26512_CommonData.yaml#/components/schemas/ResourceId'
                  $ref: 'TS26510_CommonData.yaml#/components/schemas/ResourceId'
        '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'
        '500': # Internal Server Error
@@ -51,7 +51,7 @@ paths:
       in: path
       required: true
       schema:
         $ref: 'TS26512_CommonData.yaml#/components/schemas/ResourceId'
         $ref: 'TS26510_CommonData.yaml#/components/schemas/ResourceId'
       description: 'The unique identifier, assigned by the 5GMS AF, for a certificate. This is unique across all certificates for all provisioning sessions.'
    post:
      operationId: createServerCertificate
@@ -72,7 +72,7 @@ paths:
              description: 'URL of the newly created Content Hosting Configuration (which may be redirected from the request URL).'
              required: true
              schema:
                $ref: 'TS26512_CommonData.yaml#/components/schemas/Url'
                $ref: 'TS26510_CommonData.yaml#/components/schemas/Url'
        '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'
        '405': # Method Not Allowed: Server Certificate resource already exists at the specified path