Loading src/SOL005/endpoints/SOL005_endpoints.yaml +28 −2 Original line number Diff line number Diff line Loading @@ -22,8 +22,6 @@ endpoints: $ref: ../responses/SOL005_resp.yaml#/components/responses/403 "404": $ref: ../responses/SOL005_resp.yaml#/components/responses/404 "405": $ref: ../responses/SOL005_resp.yaml#/components/responses/405 "406": $ref: ../responses/SOL005_resp.yaml#/components/responses/406 "413": Loading @@ -42,6 +40,34 @@ endpoints: $ref: ../responses/SOL005_resp.yaml#/components/responses/503 "504": $ref: ../responses/SOL005_resp.yaml#/components/responses/504 post: description: > This method is not supported. When this method is requested on this resource, the API producer shall return a "405 Method Not Allowed" response responses: 405: $ref: ../responses/SOL005_resp.yaml#/components/responses/405 put: description: > This method is not supported. When this method is requested on this resource, the API producer shall return a "405 Method Not Allowed" response responses: 405: $ref: ../responses/SOL005_resp.yaml#/components/responses/405 patch: description: > This method is not supported. When this method is requested on this resource, the API producer shall return a "405 Method Not Allowed" response responses: 405: $ref: ../responses/SOL005_resp.yaml#/components/responses/405 delete: description: > This method is not supported. When this method is requested on this resource, the API producer shall return a "405 Method Not Allowed" response responses: 405: $ref: ../responses/SOL005_resp.yaml#/components/responses/405 components: responses: Loading src/SOL005/responses/SOL005_resp.yaml +2 −0 Original line number Diff line number Diff line Loading @@ -301,6 +301,8 @@ components: application/json: schema: $ref: "../definitions/SOL005_def.yaml#/definitions/ProblemDetails" maximum: 1 minimum: 0 406: description: > Loading Loading
src/SOL005/endpoints/SOL005_endpoints.yaml +28 −2 Original line number Diff line number Diff line Loading @@ -22,8 +22,6 @@ endpoints: $ref: ../responses/SOL005_resp.yaml#/components/responses/403 "404": $ref: ../responses/SOL005_resp.yaml#/components/responses/404 "405": $ref: ../responses/SOL005_resp.yaml#/components/responses/405 "406": $ref: ../responses/SOL005_resp.yaml#/components/responses/406 "413": Loading @@ -42,6 +40,34 @@ endpoints: $ref: ../responses/SOL005_resp.yaml#/components/responses/503 "504": $ref: ../responses/SOL005_resp.yaml#/components/responses/504 post: description: > This method is not supported. When this method is requested on this resource, the API producer shall return a "405 Method Not Allowed" response responses: 405: $ref: ../responses/SOL005_resp.yaml#/components/responses/405 put: description: > This method is not supported. When this method is requested on this resource, the API producer shall return a "405 Method Not Allowed" response responses: 405: $ref: ../responses/SOL005_resp.yaml#/components/responses/405 patch: description: > This method is not supported. When this method is requested on this resource, the API producer shall return a "405 Method Not Allowed" response responses: 405: $ref: ../responses/SOL005_resp.yaml#/components/responses/405 delete: description: > This method is not supported. When this method is requested on this resource, the API producer shall return a "405 Method Not Allowed" response responses: 405: $ref: ../responses/SOL005_resp.yaml#/components/responses/405 components: responses: Loading
src/SOL005/responses/SOL005_resp.yaml +2 −0 Original line number Diff line number Diff line Loading @@ -301,6 +301,8 @@ components: application/json: schema: $ref: "../definitions/SOL005_def.yaml#/definitions/ProblemDetails" maximum: 1 minimum: 0 406: description: > Loading