Authorization
This commit is contained in:
parent
2b8e2a54a2
commit
f8c5a5521b
6 changed files with 16 additions and 16 deletions
|
|
@ -1,6 +1,6 @@
|
|||
## GET /api/v1/session/{id}
|
||||
|
||||
_Requires an authentication header_
|
||||
_Requires an authorization header_
|
||||
|
||||
Returns a session with id = {id}
|
||||
|
||||
|
|
@ -16,7 +16,7 @@ Returns a session with id = {id}
|
|||
|
||||
## DELETE /api/v1/session/{id}
|
||||
|
||||
_Requires an authentication header_
|
||||
_Requires an authorization header_
|
||||
|
||||
Revokes a session with id = {id}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue