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
According to the swagger specification, parameters can be defined both at the operation level and at the path item level, where parameters redeclared in Operation must override the ones in the path.
Redoc currently fails to handle this, and displays both parameters.
Hello,
According to the swagger specification, parameters can be defined both at the operation level and at the path item level, where parameters redeclared in Operation must override the ones in the path.
Redoc currently fails to handle this, and displays both parameters.
Example spec:
Result:
If you paste the example on https://editor.swagger.io/, you will see that it is handled correctly.
The text was updated successfully, but these errors were encountered: