OpenAPI Response Post 403 Status Code Error (Edit)

POST responses should have a 403 forbidden HTTP status code, communicating that consumers are not allowed to access

OpenAPIResponsesPOST4xx

Rule Definition

openapi-response-post-403-status-code-error.yaml
{"openapi-response-post-403-status-code-error":{"description":"POST responses should have a 403 forbidden HTTP status code, communicating that consumers are not allowed to access","message":"POST Responses Has 403 Status Codes","severity":"error","given":"$.paths.*.post.responses","then":{"field":"403","function":"truthy"}}}

Back to All of the Rules