OpenAPI Request Body On Put Error Info (Edit)

PUT HTTP methods can have a request body, providing a structured payload for configuring each API request

OpenAPIRequest BodiesPUTDefault

Rule Definition

openapi-request-bodies-put-error.yaml
{"openapi-request-bodies-put-error":{"description":"PUT HTTP methods can have a request body, providing a structured payload for configuring each API request","message":"PUT Requests MUST Have a Body","given":"$.paths.*.put","severity":"error","then":{"field":"requestBody","function":"truthy"}}}

Back to All of the Rules