Skip to content

Instantly share code, notes, and snippets.

@mcroissant
Last active March 31, 2022 17:53
Show Gist options
  • Save mcroissant/eccb8db6e6ff54c2584f31acbc960e0b to your computer and use it in GitHub Desktop.
Save mcroissant/eccb8db6e6ff54c2584f31acbc960e0b to your computer and use it in GitHub Desktop.
.components.securitySchemes={ "ApiKeyAuth" : { "type": "apiKey", "in" : "header", "name" : "X-Gravitee-Api-Key"}} | .paths[]?[]?.security = [{"ApiKeyAuth" : []}]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment