chore: updated docs
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user