Skip to content

Commit

Permalink
Update MATCHING-ENDPOINTS.md
Browse files Browse the repository at this point in the history
Reuven Harrison authored Aug 22, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent cdc4c8e commit 44d94da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MATCHING-ENDPOINTS.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## How oasdiff compares endpoints
oasdiff compares matching endpoints to each other.
By default, the matching algorithm **ignores** path parameter names.
For example, the following endpoints will be compared to each other because they differ only by a path parameter names:
For example, the following endpoints will be compared to each other because they differ only by a path parameter name:
- GET /pet/{id}
- GET /pet/{petId}

0 comments on commit 44d94da

Please sign in to comment.