Can I change the way an Authorization header is generated? #584
Unanswered
calthejuggler
asked this question in
Q&A
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.
-
Hey there!
I've been using openapi-docs for a while now and I love it. We have a huge API spec and the docusaurus pages are generated beautifully. I've come to an issue though, when a User tries to access our API, they must pass an apiKey as an authorization header. The thing is, it must come in the form:
Is there a way that I can display this in the generated docs?


Currently it looks like this:
and the closest I've gotten is this:
But there's an extra
:
in there.Does anybody have any ideas about how I could do this?
Please and thank you in advance :)
Beta Was this translation helpful? Give feedback.
All reactions