feat: logout
This commit is contained in:
parent
714ef57027
commit
69eacd7240
3 changed files with 94 additions and 0 deletions
|
|
@ -132,6 +132,17 @@ paths:
|
|||
"500":
|
||||
$ref: '#/components/responses/ServerError'
|
||||
|
||||
/logout:
|
||||
post:
|
||||
summary: Logs out the user
|
||||
operationId: logout
|
||||
tags: [Auth]
|
||||
responses:
|
||||
"200":
|
||||
description: Logout success
|
||||
"500":
|
||||
$ref: '#/components/responses/ServerError'
|
||||
|
||||
components:
|
||||
securitySchemes:
|
||||
bearerAuth:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue