Skip to content

Commit

Permalink
Bearer fix
Browse files Browse the repository at this point in the history
  • Loading branch information
albandum committed Jul 11, 2024
1 parent 4c6435a commit 02eddca
Show file tree
Hide file tree
Showing 2 changed files with 116 additions and 45 deletions.
9 changes: 4 additions & 5 deletions front/pages/api/v1/w/[wId]/swagger_schemas.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,10 @@
* @swagger
* components:
* securitySchemes:
* ApiKeyAuth:
* type: apiKey
* in: header
* name: Authorization
* description: API key authentication. Prefix the key with 'Bearer '
* BearerAuth:
* type: http
* scheme: bearer
* description: Your DUST API key prefixed by `Bearer sk-...`
* schemas:
* User:
* type: object
Expand Down
Loading

0 comments on commit 02eddca

Please sign in to comment.