Authorization scheme not showing in OpenAPI block #854
Unanswered
livingos
asked this question in
4. Open API
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have been trying to use the OpenAPI blocks to provide documentation for an APi.
Despite there being a securityScheme defined and set to be default for all endpoints, the blocks in GitBook do not show Authorization element. I have seen examples from others that do, though other issues have been reported that they don't insert appropriate headers in examples.
In my openapi yaml I have:
They show correctly in other tools such as scalar and elements, where appropriate auth elements are shown, but here in gitbook I don't get any authorization details:

Beta Was this translation helpful? Give feedback.
All reactions