Commit ba180b9a authored by bradburyr's avatar bradburyr
Browse files

Added missing HTTP 400 (Bad Request) responses.

parent e946d68d
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -138,6 +138,8 @@ paths:
                type: string
        '204': # No Content
          description: 'Content Preparation Template Unchanged'
        '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'
        '401': # Unauthorized
          $ref: 'TS29571_CommonData.yaml#/components/responses/401'
        '403': # Forbidden
@@ -176,6 +178,8 @@ paths:
      responses:
        '204': # No Content
          description: 'Content Preparation Template Patched'
        '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'
        '401': # Unauthorized
          $ref: 'TS29571_CommonData.yaml#/components/responses/401'
        '403': # Forbidden
+4 −0
Original line number Diff line number Diff line
@@ -137,6 +137,8 @@ paths:
                $ref: '#/components/schemas/EdgeResourcesConfiguration'
        '204': # No Content
          description: 'Edge Resources Configuration Unchanged'
        '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'
        '401': # Unauthorized
          $ref: 'TS29571_CommonData.yaml#/components/responses/401'
        '403': # Forbidden
@@ -181,6 +183,8 @@ paths:
                $ref: '#/components/schemas/EdgeResourcesConfiguration'
        '204': # No Content
          description: 'Edge Resources Configuration Unchanged'
        '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'
        '401': # Unauthorized
          $ref: 'TS29571_CommonData.yaml#/components/responses/401'
        '403': # Forbidden
+4 −0
Original line number Diff line number Diff line
@@ -138,6 +138,8 @@ paths:
                $ref: '#/components/schemas/EventDataProcessingConfiguration'
        '204': # No Content
          description: 'Event Data Processing Configuration Unchanged'
        '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'
        '401': # Unauthorized
          $ref: 'TS29571_CommonData.yaml#/components/responses/401'
        '403': # Forbidden
@@ -182,6 +184,8 @@ paths:
                $ref: '#/components/schemas/EventDataProcessingConfiguration'
        '204': # No Content
          description: 'Event Data Processing Configuration Unchanged'
        '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'
        '401': # Unauthorized
          $ref: 'TS29571_CommonData.yaml#/components/responses/401'
        '403': # Forbidden
+4 −0
Original line number Diff line number Diff line
@@ -138,6 +138,8 @@ paths:
                $ref: '#/components/schemas/MetricsReportingConfiguration'
        '204': # No Content
          description: 'Metrics Reporting Configuration Unchanged'
        '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'
        '401': # Unauthorized
          $ref: 'TS29571_CommonData.yaml#/components/responses/401'
        '403': # Forbidden
@@ -182,6 +184,8 @@ paths:
                $ref: '#/components/schemas/MetricsReportingConfiguration'
        '204': # No Content
          description: 'Metrics Reporting Configuration Unchanged'
        '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'
        '401': # Unauthorized
          $ref: 'TS29571_CommonData.yaml#/components/responses/401'
        '403': # Forbidden