chore: updated docs

This commit is contained in:
2025-06-20 17:55:42 +03:00
parent c57b37e88f
commit 0621bad6f8
3 changed files with 52 additions and 0 deletions

View File

@@ -113,6 +113,18 @@ paths:
summary: Confirm with code, finish creating the account
tags:
- Auth
/profile:
patch:
consumes:
- application/json
produces:
- application/json
responses: {}
security:
- JWT: []
summary: Update profile
tags:
- Profile
/profile/{username}:
get:
consumes: