RapiDoc
RapiDoc copied to clipboard
Allow curl command display without "try" button
Would be great to have the "curl" example showing, without the try button. I had assumed by using the following combination of options that this would be achievable:
allow-try : false
show-curl-before-try: true
However, it seems the curl display is completely dependent of "allow-try" being set to true, which also shows the "try" button.