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
Describe the bug
When selecting the try it out option for the unix get file content endpoint within the Swagger UI the request will fail for any provided path.
To Reproduce
Steps to reproduce the behavior:
Go to Swagger UI
Click on Unix files get content endpoint
Enter a valid path to a file '/u/jcain/file.txt'
Execute and see request auto encodes the path parameter slashes '/'
Expected behavior
The Swagger UI should not change the request path parameter
Describe the bug
When selecting the try it out option for the unix get file content endpoint within the Swagger UI the request will fail for any provided path.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The Swagger UI should not change the request path parameter
Additional context
There is a limitation with the Swagger UI see - swagger-api/swagger-ui#1637
The text was updated successfully, but these errors were encountered: