eclipse / microprofile-open-api

Microprofile open api
Apache License 2.0
131 stars 81 forks source link

[OAS 3.1.0] Operation.requestBody now permitted for HTTP methods which don't allow a request body #591

Closed Azquelt closed 1 month ago

Azquelt commented 5 months ago

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:

Azquelt commented 2 months ago

Can't see anywhere that we document the old restriction, so this just needs a new test.

benjamin-confino commented 1 month ago

Please assign this to me.