i want to disable the sandbox mode for NelmioApiDocs on Symfony "v3.4.11" and nelmio/api-doc-bundle "v3.2.1"
I've tried:
# app/config/config.yml
# nelmio_api_doc
nelmio_api_doc:
documentation:
sandbox:
enabled: false
After that i cleared the cache for prod and dev. But it did not work, i can still send api tests with "Try it out".
Can someone help me to disable this "Try it out" feature?
Kind Regards, Benjamin
Since the answer from Denis St-Michel was not working for me, i've added css to hide the button:
Not the best way, but working for me.