Ignore path parameter name changes? #212
Replies: 1 comment
-
I prefer it to be ignored, as there are no changes to the API. I would also be okay with displaying the changes at the parameter level, although I don't think OASDiff should fail due to this when PS: option list item 3 is missing |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How should diff handle path parameter renaming?
For example:
/books/{id} -> /books/{bookId}
Our options are:
See #202
Beta Was this translation helpful? Give feedback.
All reactions