Skip to content

Instantly share code, notes, and snippets.

@menakaj
Last active July 19, 2020 08:17
Show Gist options
  • Select an option

  • Save menakaj/a875c2fa696949c509e1d134d2594eda to your computer and use it in GitHub Desktop.

Select an option

Save menakaj/a875c2fa696949c509e1d134d2594eda to your computer and use it in GitHub Desktop.
Security Scheme Configuration
...
components:
securitySchemes:
apiKey:
type: apiKey
in: header # Can be header or query
name: X-API-KEY # Can be any name
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment