swagger docs update

This commit is contained in:
nquidox 2025-09-14 16:23:01 +03:00
parent 8f4e999e43
commit a66a86a0b0
3 changed files with 3 additions and 27 deletions

View file

@ -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