Commit 28da90c4 authored by Pietro Piscione's avatar Pietro Piscione
Browse files

SOL009_28

parent ec5de546
Loading
Loading
Loading
Loading
+3 −3
Original line number Original line Diff line number Diff line
@@ -162,7 +162,7 @@ paths:
        "406":
        "406":
          $ref: ../responses/SOL009_resp.yaml#/responses/406
          $ref: ../responses/SOL009_resp.yaml#/responses/406
        "422":
        "422":
          $ref: ../responses/SOL009_resp.yaml#/responses/422
          $ref: '#/components/responses/Subscriptions.Post.422'
        "500":
        "500":
          $ref: ../responses/SOL009_resp.yaml#/responses/500
          $ref: ../responses/SOL009_resp.yaml#/responses/500
        "503":
        "503":
@@ -511,10 +511,10 @@ components:
            maximum: 1
            maximum: 1
    Subscriptions.Post.422:
    Subscriptions.Post.422:
      description: >
      description: >
        422 Unprocessable Entity
        422 Unprocessable Content


        Shall be returned upon the following error: The content type
        Shall be returned upon the following error: The content type
        of the payload body is supported and the payload body of a request
        of the message content is supported and the message content of a request
        contains syntactically correct data but the data cannot be processed.
        contains syntactically correct data but the data cannot be processed.


        The general cause for this error and its handling is specified in
        The general cause for this error and its handling is specified in