OpenAPI Response Put 403 Status Code Error (Edit)

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

OpenAPIResponsesPUT4xx

Rule Definition

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

Back to All of the Rules