Skip to content

Commit

Permalink
fixing bearer auth on api ref
Browse files Browse the repository at this point in the history
  • Loading branch information
jmansdorfer committed Aug 9, 2024
1 parent 5128edb commit be9e260
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1376,7 +1376,7 @@ paths:
components:
securitySchemes:
ApiKeyCredentials:
type: apiKey
name: x-api-key
type: Bearer <api key>
name: Authorization
in: header
schemas:

0 comments on commit be9e260

Please sign in to comment.