openapi-diff icon indicating copy to clipboard operation
openapi-diff copied to clipboard

False positive breaking change when making a required request body optional

Open thake opened this issue 3 years ago • 0 comments

If the request body of an operation changes from required to optional, the change will be detected as an incompatible change.

I argue that this is a false positive, because existing clients are still able to communicate as before.

If this issue is accepted, I would be happy to contribute a PR to fix it :)

thake avatar Jan 28 '22 07:01 thake