Removing a Query parameter is considered a breaking change while removing a Request Body parameter isn't #412
Labels
Breaking/Non-Breaking classification
Issues related to Breaking/Non-Breaking changes classification
help wanted
Milestone
While testing this tool, we've noticed that removing a query parameter would give a
API changes broke backward compatibility
result while removing a request body parameter would return aAPI changes are backward compatible
. Shouldn't both be breaking changes?If this is expected, we'd be curious to understand why that is.
Here are the spec files we used to test this:
old_queryparameter.yml
:new_queryparameter.yml
:old_requestbody.yml
:new_requestbody.yml
:Thank you!
The text was updated successfully, but these errors were encountered: