[OAS 3.1.0] Operation.requestBody now permitted for HTTP methods which don't allow a request body #591
Labels
OAS 3.1.0
All issues related to OpenAPI version 3.1.0 support
Milestone
Operation.requestBody now allows a body to be provided even if the HTTP method of the operation doesn't support it (e.g.
GET
).We may want to:
GET
,HEAD
andDELETE
operations with a request body specifiedThe text was updated successfully, but these errors were encountered: