I\'ve configured my api with swagger openapi3.0, unfortunately, it is not showing try it out button for my API endpoints. am I missing any configuration in the swagger file?
I think you also need to add a description to the server. Something like this
description
"servers": [ { "description": "Local env", "url": "http://localhost:3000/api" } ]