OpenAPI Response Post 429 Status Code Error (Edit)

POST responses should have a 429 too many requests HTTP status code, communicating a consumer has made too may requests

OpenAPIResponsesPOST4xx

Rule Definition

openapi-response-post-429-status-code-error.yaml
{"openapi-response-post-429-status-code-error":{"description":"POST responses should have a 429 too many requests HTTP status code, communicating a consumer has made too may requests","message":"POST Responses MUST Have 429 Status Codes","severity":"error","given":"$.paths.*.post.responses","then":{"field":"429","function":"truthy"}}}

Back to All of the Rules