Disable Try it Out button in docs #830
-
Hi, how can set |
Beta Was this translation helpful? Give feedback.
Answered by
vitalik
Nov 17, 2023
Replies: 1 comment
-
From django-ninja v1 - you can now configure swagger options like this: from ninja import NinjaAPI, Swagger
api = NinjaAPI(docs=Swagger({'tryItOutEnabled': True})) |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
vitalik
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@MGotkowski
From django-ninja v1 - you can now configure swagger options like this: