Update my profile
POST/api/me
Updates the signed-in user's own profile: names, timezone, and avatar. The avatar is written to disk and any previous file is removed; deleteAvatar clears it instead. Sent as multipart/form-data because it carries a file.
Auth: required
Request
Responses
- 200
- 400
- 401
- 404
- 413
- 500
The updated profile.
Blank name or invalid timezone.
Not signed in.
User not found.
Avatar exceeds the system upload limit.
Update failed.