Skip to content

Commit

Permalink
correct description in openapi
Browse files Browse the repository at this point in the history
Signed-off-by: mteodor <mirko.teodorovic@gmail.com>
  • Loading branch information
mteodor committed Oct 26, 2021
1 parent f249f3e commit d864fd0
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions api/readers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,10 @@ components:
parameters:
Authorization:
name: Authorization
description: Thing or User access token.
For thing access use "Authorization: Thing <thing_key>"
For user access use "Authorization: Bearer <user_token>"
description: |
Thing or User access token:
* For thing access use "Authorization: Thing <thing_key>"
* For user access use "Authorization: Bearer <user_token>"
in: header
schema:
type: string
Expand Down

0 comments on commit d864fd0

Please sign in to comment.