Skip to content

Commit

Permalink
Update COMMON-PARAMS.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Reuven Harrison committed Feb 4, 2024
1 parent a3b4664 commit b91141d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion COMMON-PARAMS.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Parameters shared by all operations of a path can be defined on the path level i
Path-level parameters are inherited by all operations of that path.
A typical use case are the GET/PUT/PATCH/DELETE operations that manipulate a resource accessed via a path parameter.

### There are two ways to handle Common Parameters in oasdiff
### There are two ways to handle common parameters in oasdiff
1. By default, oasdiff compares path parameters and operation parameters separately.
2. The `--flatten-params` merges common parameters from the path level into the operation level before running the diff.

Expand Down

0 comments on commit b91141d

Please sign in to comment.