Specifying Additional OpenAPI Properties #856
Answered
by
vitalik
nullandvoid-digital
asked this question in
Q&A
-
I see the OpenAPI 3.0 spec has options like |
Beta Was this translation helpful? Give feedback.
Answered by
vitalik
Sep 14, 2023
Replies: 1 comment 1 reply
-
@PhoenixStorm1015 you can pass openapi_extra into NinjaAPI instance: django-ninja/tests/test_openapi_extra.py Lines 28 to 35 in 7f5def3 |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
nullandvoid-digital
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@PhoenixStorm1015
you can pass openapi_extra into NinjaAPI instance:
django-ninja/tests/test_openapi_extra.py
Lines 28 to 35 in 7f5def3