-
Notifications
You must be signed in to change notification settings - Fork 116
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Include path item parameters in filter (#658)
### Motivation When filtering by a specific operationId, any path item-level parameters were not included (only operation-level parameters). ### Modifications Include path item level parameters. ### Result No errors for missing references when filtering for operations that have a path item-level parameter with a reference. ### Test Plan Adapted unit tests to cover this.
- Loading branch information
Showing
2 changed files
with
44 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters