swagger docs update
This commit is contained in:
parent
8f4e999e43
commit
a66a86a0b0
3 changed files with 3 additions and 27 deletions
|
|
@ -205,14 +205,12 @@ paths:
|
|||
description: Internal Server Error
|
||||
schema:
|
||||
$ref: '#/definitions/responses.ErrorResponse500'
|
||||
security:
|
||||
- BearerAuth: []
|
||||
summary: Логаут
|
||||
tags:
|
||||
- Users - auth
|
||||
/user/auth/refresh:
|
||||
post:
|
||||
description: Принимает рефреш токен в заголовке Authorization
|
||||
description: Принимает рефреш токен в http only куки
|
||||
responses:
|
||||
"200":
|
||||
description: OK
|
||||
|
|
@ -226,8 +224,6 @@ paths:
|
|||
description: Internal Server Error
|
||||
schema:
|
||||
$ref: '#/definitions/responses.ErrorResponse500'
|
||||
security:
|
||||
- BearerAuth: []
|
||||
summary: Обновление аксесс токена по рефреш токену.
|
||||
tags:
|
||||
- Users - auth
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue