You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If a parameter specified in the path-level "parameters" property has the same name and "in" values as a parameter specified for an operation, the path-level parameter should be overridden by the operation-level parameter. Swagger-UI shows both parameters in display of the operation in this case.
The text was updated successfully, but these errors were encountered:
andylowry
changed the title
Overridden path-level parameters appear operation display
Overridden path-level parameters appear in operation display
Jan 25, 2016
If a parameter specified in the path-level "parameters" property has the same name and "in" values as a parameter specified for an operation, the path-level parameter should be overridden by the operation-level parameter. Swagger-UI shows both parameters in display of the operation in this case.
Try this gist in swagger-ui as an example:
https://gist.githubusercontent.com/andylowry/319b343dbf6c38a88bfa/raw/568c1f9fa41d84061e938d61cf76cafea6d5be0c/param-ovedrride.yaml
The text was updated successfully, but these errors were encountered: