Commit 93daa3fc authored by bradburyr's avatar bradburyr
Browse files

Removed (de)activation operations.

parent cdfeb8f8
Loading
Loading
Loading
Loading
+0 −70
Original line number Diff line number Diff line
@@ -154,73 +154,3 @@ paths:
          $ref: 'TS29571_CommonData.yaml#/components/responses/503'
        default:
          $ref: 'TS29571_CommonData.yaml#/components/responses/default'

  /content-preparation-templates/{afContentPreparationTemplateId}/activate:
    parameters:
      - name: afContentPreparationTemplateId
        in: path
        required: true
        schema:
          $ref: 'TS26512_CommonData.yaml#/components/schemas/ResourceId'
        description: 'The resource identifier of the Content Preparation Template to be activated.'
    post:
      operationId: activateContentPreparationTemplate
      summary: 'Activate a Content Preparation Template'
      responses:
        '202': # Accepted
          description: 'Activation of Content Preparation Template in progress'
        '204': # No Content
          description: 'Content Preparation Template activated and ready for use'
        '400': # Bad Request: The request is malformed in a way not covered by one of the following more specific client errors
          $ref: 'TS29571_CommonData.yaml#/components/responses/400'
        '404': # Not Found
          $ref: 'TS29571_CommonData.yaml#/components/responses/404'
        '410': # Gone: This resource has previously been destroyed
          $ref: 'TS29571_CommonData.yaml#/components/responses/410'
        '413': # Payload Too Large: No request body allowed for this operation
          $ref: 'TS29571_CommonData.yaml#/components/responses/413'
        '414': # URI Too Long
          $ref: 'TS29571_CommonData.yaml#/components/responses/414'
        '415': # Unsupported Media Type
          $ref: 'TS29571_CommonData.yaml#/components/responses/415'
        '500': # Internal Server Error
          $ref: 'TS29571_CommonData.yaml#/components/responses/500'
        '503': # Service Unavailable
          $ref: 'TS29571_CommonData.yaml#/components/responses/503'
        default:
          $ref: 'TS29571_CommonData.yaml#/components/responses/default'

  /content-preparation-templates/{afContentPreparationTemplateId}/deactivate:
    parameters:
      - name: afContentPreparationTemplateId
        in: path
        required: true
        schema:
          $ref: 'TS26512_CommonData.yaml#/components/schemas/ResourceId'
        description: 'The resource identifier of the Content Preparation Template to be deactivated.'
    post:
      operationId: deactivateContentPreparationTemplate
      summary: 'Deactivate a Content Preparation Template'
      responses:
        '202': # Accepted
          description: 'Deactivation of Content Preparation Template in progress'
        '204': # No Content
          description: 'Content Preparation Template deactivated'
        '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'
        '404': # Not Found
          $ref: 'TS29571_CommonData.yaml#/components/responses/404'
        '410': # Gone: This resource has previously been destroyed
          $ref: 'TS29571_CommonData.yaml#/components/responses/410'
        '413': # Payload Too Large: No request body allowed for this operation
          $ref: 'TS29571_CommonData.yaml#/components/responses/413'
        '414': # URI Too Long
          $ref: 'TS29571_CommonData.yaml#/components/responses/414'
        '415': # Unsupported Media Type
          $ref: 'TS29571_CommonData.yaml#/components/responses/415'
        '500': # Internal Server Error
          $ref: 'TS29571_CommonData.yaml#/components/responses/500'
        '503': # Service Unavailable
          $ref: 'TS29571_CommonData.yaml#/components/responses/503'
        default:
          $ref: 'TS29571_CommonData.yaml#/components/responses/default'