-
Notifications
You must be signed in to change notification settings - Fork 1
Update User Info
Yongsung Heo edited this page Apr 6, 2019
·
2 revisions
Request update user information.
- URL :
/api/v1/users/changeinfo - Method :
POST
Follows the common header rule.
| Name | Type | Description |
|---|---|---|
| name | string | changed user name. |
| profileImageName | string | . |
| profileImageUrl | string | . |
| Name | Type | Description |
|---|---|---|
| result | number | message which is success request result. |
POST /api/v1/users/changeinfo
{
"result": "User info is changed."
}