Commit 59eaa0cb authored by sunse's avatar sunse
Browse files

28.532_Rel18_CR0310_Add_new_HTTP_error_response_format Update TS28532_ProvMnS.yaml

parent b041fa91
Loading
Loading
Loading
Loading
+6 −4
Original line number Diff line number Diff line
@@ -82,7 +82,7 @@ paths:
          content:
            application/json:
              schema:
                $ref: 'TS28623_ComDefs.yaml#/components/schemas/ErrorResponse'
                $ref: 'TS28623_ComDefs.yaml#/components/schemas/ErrorResponseDefault'
      callbacks:
        notifyMOICreation:
          '{request.body#/notificationRecipientAddress}':
@@ -257,7 +257,7 @@ paths:
          content:
            application/json:
              schema:
                $ref: 'TS28623_ComDefs.yaml#/components/schemas/ErrorResponse'
                $ref: 'TS28623_ComDefs.yaml#/components/schemas/ErrorResponseGet'
    patch:
      summary: Patches one or multiple resources
      description: >-
@@ -314,7 +314,9 @@ paths:
          content:
            application/json:
              schema:
                $ref: 'TS28623_ComDefs.yaml#/components/schemas/ErrorResponse'
                oneOf:
                  - $ref: 'TS28623_ComDefs.yaml#/components/schemas/ErrorResponseDefault'
                  - $ref: 'TS28623_ComDefs.yaml#/components/schemas/ErrorResponsePatch'
    delete:
      summary: Deletes one resource
      description: >-
@@ -331,7 +333,7 @@ paths:
          content:
            application/json:
              schema:
                $ref: 'TS28623_ComDefs.yaml#/components/schemas/ErrorResponse'
                $ref: 'TS28623_ComDefs.yaml#/components/schemas/ErrorResponseDefault'
components:
  schemas:
    CmNotificationTypes: