Skip to content

Instantly share code, notes, and snippets.

@menakaj
Created July 19, 2020 08:43
Show Gist options
  • Save menakaj/bc595cbacb8c2ddf4f08ae584d7903e5 to your computer and use it in GitHub Desktop.
Save menakaj/bc595cbacb8c2ddf4f08ae584d7903e5 to your computer and use it in GitHub Desktop.
Change API Key header name.
securityDefinitions:
petstore_auth:
...
api_key:
type: "apiKey"
name: "petstore_key" # Change the header name
in: "header"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment