OpenAPI Response Post 201 Description Info (Edit)

POST 201 success HTTP status codes should have a description, describing what an API consumer can expect as a result

OpenAPIResponsesPOST2xx

Rule Definition

openapi-response-post-201-description-info.yaml
{"openapi-response-post-201-description-info":{"description":"POST 201 success HTTP status codes should have a description, describing what an API consumer can expect as a result","message":"POST 201 Responses Has Description","severity":"info","given":"$.paths.*.post.responses.201","then":{"field":"description","function":"falsy"}}}

Back to All of the Rules