How to change Auth type #358
Unanswered
sumitriotinto
asked this question in
Q&A
Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey Team ,
Trying to change the auth type from bearer token to apikey using below config
{ "version": 1.0, "globals": { "securityOverwrites": { "apiKey": { "key": "Authorization", "value": "{{apiKey}}", "in": "header" } } } }schema.yml :
but still auth type remains bearer token could you hep me with any example.
Beta Was this translation helpful? Give feedback.
All reactions