DarkaOnLine/SwaggerLume

disable/hide "try it out" button/functionality

dmontoya-ai opened this issue · 2 comments

Hello

How do I disable/hide "try it out" button/functionality?

I don't want users to mess with it, They must use other tools like postman or so.

I want Swagger for reference documentation only

Thanks

Hello

Thanks for repy.

I'm having issues with that since every time I refresh the changed tags on the doc (php artisan swagger-lume:publish), this file get rebuild losing my changes: resources/views/vendor/swagger-lume/index.blade.php

The blade file is not refreshed with this other command (php artisan swagger-lume:generate)

About your reply, the tryItOutEnabled: false in UI loader didn't work for me, this method suggested did work instead: https://stackoverflow.com/questions/55914610/disable-try-it-out-in-swagger

Thanks