Commit 35820eea authored by bradburyr's avatar bradburyr
Browse files

Fix-ups.

parent a7edb01b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -122,7 +122,7 @@ paths:
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/PolicyTemplate'
                $ref: '#/components/schemas/DynamicPolicy'
        '204': # No Content
          description: 'Dynamic Policy 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
@@ -168,7 +168,7 @@ paths:
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/PolicyTemplate'
                $ref: '#/components/schemas/DynamicPolicy'
        '204': # No Content
          description: 'Dynamic Policy 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
+1 −1
Original line number Diff line number Diff line
@@ -45,7 +45,7 @@ paths:
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/PolicyTemplate'
                $ref: '#/components/schemas/ServiceAccessInformationResource'
        '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