OpenAPI Response Put 429 Status Code Error (Edit)

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

OpenAPIResponsesPUT4xx

Rule Definition

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

Back to All of the Rules