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
after adding displayRequestDuration to swagger-config.yaml as per the above and did the build using 'npm run build', and deployed new swagger-ui files:
The request duration is not showing when I use the try it out feature
To reproduce...
Steps to reproduce the behavior:
Update file swagger-config.yaml to add "displayRequestDuration: true"
run "npm run build"
copy files under list/ directory to your website location
Open your OAS and use try it out feature then check in the response and you would see that there is no "request duration" box.
Expected behavior
I expect that request duration section appears in try it out feature.
Screenshots
Additional context or thoughts
The text was updated successfully, but these errors were encountered:
Q&A (please complete the following information)
Content & configuration
Swagger-UI configuration options:
Describe the bug you're encountering
after adding displayRequestDuration to swagger-config.yaml as per the above and did the build using 'npm run build', and deployed new swagger-ui files:
The request duration is not showing when I use the try it out feature
To reproduce...
Steps to reproduce the behavior:
Expected behavior
I expect that request duration section appears in try it out feature.
Screenshots
Additional context or thoughts
The text was updated successfully, but these errors were encountered: