Update User Profile
POST
/v1/user/meUpdates user's profile (just like user registration)
Request
Body Params multipart/form-data
username
string
optional
Example:
TestUpdated
country
string
optional
Example:
East Laos
file
file
optional
avatarurl
string
optional
role
string
optional
Request samples
Responses
Accepted(202)
Server Error(500)
HTTP Code: 202
Content Type : JSONapplication/json
Data Schema
message
string
required
Example
{
"message": "User profile updated"
}
Last modified: 20 days ago