OpenAPI Request Body On Put 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-info.yaml
{"openapi-request-bodies-put-info":{"description":"PUT HTTP methods can have a request body, providing a structured payload for configuring each API request","message":"PUT Requests Has a Body","given":"$.paths.*.put","severity":"info","then":{"field":"requestBody","function":"falsy"}}}

Back to All of the Rules