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 authored Feb 9, 2024
1 parent fcc03eb commit 37db44d
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 @@ -7,7 +7,7 @@ A typical use case are the GET/PUT/PATCH/DELETE operations that manipulate a res

### 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.
2. The `--flatten-params` flag merges common parameters from the path level into the operation level before running the diff.

For example, this command outputs two breaking changes:
```
Expand Down

0 comments on commit 37db44d

Please sign in to comment.