Last Updated on : 2023-12-07 03:33:59download
Modify the information about device members.
PUT: /v1.0/devices/{device_id}/users/{user_id}
Parameter name | Type | IN | Required | Description |
---|---|---|---|---|
device_id | String | uri | true | The device ID. |
user_id | String | uri | true | The user ID. |
Description of body
Parameter name | Type | IN | Required | Description |
---|---|---|---|---|
sex | Integer | true | Gender.
| |
birthday | Long | false | Date of birth (day, month, year). | |
height | Integer | false | Height (cm). | |
weight | Integer | false | Weight (g). |
Parameter name | Type | Description |
---|---|---|
result | Boolean | The operation result. |
PUT: /v1.0/devices/vdevo15345926009****/users/xxx
{
"nick_name": "Jerry",
"sex": 2
}
{
"result": true,
"t": 1593843316481,
"success": true
}
For more information, see error code.
Is this page helpful?
YesFeedbackIs this page helpful?
YesFeedback