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
The path defines 4 parameters, when the API endpoint is tested using the "Try it out" button, only the first parameter is replaced, the others are left as placeholders (see image below).
To reproduce...
Steps to reproduce the behavior:
Point an instance of swagger-ui (default configuration and options) to the OpenAPI description above;
Click on 'Try it out' for the only endpoint defined;
Populate the 4 parameter values;
Click on "Execute"
See how only the first parameter is replaced with the given value;
Expected behavior
All parameters should be replaced in the endpoint's path.
Screenshots
The text was updated successfully, but these errors were encountered:
Q&A (please complete the following information)
Content & configuration
Example Swagger/OpenAPI definition:
Describe the bug you're encountering
The path defines
4
parameters, when the API endpoint is tested using the "Try it out" button, only the first parameter is replaced, the others are left as placeholders (see image below).To reproduce...
Steps to reproduce the behavior:
4
parameter values;Expected behavior
All parameters should be replaced in the endpoint's path.
Screenshots
The text was updated successfully, but these errors were encountered: