Loading src/SOL005/endpoints/SOL005_endpoints.yaml +25 −2 Original line number Original line Diff line number Diff line Loading @@ -38,7 +38,6 @@ endpoints: 401: { $ref: '../responses/SOL005_resp.yaml#/responses/401' } 401: { $ref: '../responses/SOL005_resp.yaml#/responses/401' } 403: { $ref: '../responses/SOL005_resp.yaml#/responses/403' } 403: { $ref: '../responses/SOL005_resp.yaml#/responses/403' } 404: { $ref: '../responses/SOL005_resp.yaml#/responses/404' } 404: { $ref: '../responses/SOL005_resp.yaml#/responses/404' } 405: { $ref: '../responses/SOL005_resp.yaml#/responses/405' } 406: { $ref: '../responses/SOL005_resp.yaml#/responses/406' } 406: { $ref: '../responses/SOL005_resp.yaml#/responses/406' } 413: { $ref: '../responses/SOL005_resp.yaml#/responses/413' } 413: { $ref: '../responses/SOL005_resp.yaml#/responses/413' } 414: { $ref: '../responses/SOL005_resp.yaml#/responses/414' } 414: { $ref: '../responses/SOL005_resp.yaml#/responses/414' } Loading @@ -48,3 +47,27 @@ endpoints: 500: { $ref: '../responses/SOL005_resp.yaml#/responses/500' } 500: { $ref: '../responses/SOL005_resp.yaml#/responses/500' } 503: { $ref: '../responses/SOL005_resp.yaml#/responses/503' } 503: { $ref: '../responses/SOL005_resp.yaml#/responses/503' } 504: { $ref: '../responses/SOL005_resp.yaml#/responses/504' } 504: { $ref: '../responses/SOL005_resp.yaml#/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#/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#/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#/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#/responses/405' } No newline at end of file src/SOL005/responses/SOL005_resp.yaml +2 −0 Original line number Original line Diff line number Diff line Loading @@ -267,6 +267,8 @@ responses: minimum: 1 minimum: 1 schema: schema: $ref: "../definitions/SOL005_def.yaml#/definitions/ProblemDetails" $ref: "../definitions/SOL005_def.yaml#/definitions/ProblemDetails" maximum: 1 minimum: 0 406: 406: description: > description: > Loading Loading
src/SOL005/endpoints/SOL005_endpoints.yaml +25 −2 Original line number Original line Diff line number Diff line Loading @@ -38,7 +38,6 @@ endpoints: 401: { $ref: '../responses/SOL005_resp.yaml#/responses/401' } 401: { $ref: '../responses/SOL005_resp.yaml#/responses/401' } 403: { $ref: '../responses/SOL005_resp.yaml#/responses/403' } 403: { $ref: '../responses/SOL005_resp.yaml#/responses/403' } 404: { $ref: '../responses/SOL005_resp.yaml#/responses/404' } 404: { $ref: '../responses/SOL005_resp.yaml#/responses/404' } 405: { $ref: '../responses/SOL005_resp.yaml#/responses/405' } 406: { $ref: '../responses/SOL005_resp.yaml#/responses/406' } 406: { $ref: '../responses/SOL005_resp.yaml#/responses/406' } 413: { $ref: '../responses/SOL005_resp.yaml#/responses/413' } 413: { $ref: '../responses/SOL005_resp.yaml#/responses/413' } 414: { $ref: '../responses/SOL005_resp.yaml#/responses/414' } 414: { $ref: '../responses/SOL005_resp.yaml#/responses/414' } Loading @@ -48,3 +47,27 @@ endpoints: 500: { $ref: '../responses/SOL005_resp.yaml#/responses/500' } 500: { $ref: '../responses/SOL005_resp.yaml#/responses/500' } 503: { $ref: '../responses/SOL005_resp.yaml#/responses/503' } 503: { $ref: '../responses/SOL005_resp.yaml#/responses/503' } 504: { $ref: '../responses/SOL005_resp.yaml#/responses/504' } 504: { $ref: '../responses/SOL005_resp.yaml#/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#/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#/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#/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#/responses/405' } No newline at end of file
src/SOL005/responses/SOL005_resp.yaml +2 −0 Original line number Original line Diff line number Diff line Loading @@ -267,6 +267,8 @@ responses: minimum: 1 minimum: 1 schema: schema: $ref: "../definitions/SOL005_def.yaml#/definitions/ProblemDetails" $ref: "../definitions/SOL005_def.yaml#/definitions/ProblemDetails" maximum: 1 minimum: 0 406: 406: description: > description: > Loading