Closed czechboy0 closed 1 month ago
When filtering by a specific operationId, any path item-level parameters were not included (only operation-level parameters).
Include path item level parameters.
No errors for missing references when filtering for operations that have a path item-level parameter with a reference.
Adapted unit tests to cover this.
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.