You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 a API changes are backward compatible. Shouldn't both be breaking changes?
If this is expected, we'd be curious to understand why that is.
The text was updated successfully, but these errors were encountered:
AdamBosseBS
changed the title
Removing a Query parameter is considered a breaking changes while removing a Request Body parameter isn't
Removing a Query parameter is considered a breaking change while removing a Request Body parameter isn't
Sep 15, 2022
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: