Last Updated on : 2023-06-20 15:36:08download
Modify the name of a room in the family.
PUT: /v1.0/homes/{home_id}/rooms/{room_id}
Parameter name | Type | IN | Required | Description |
---|---|---|---|---|
home_id | Long | uri | true | Family ID |
room_id | Long | uri | true | Room ID |
Description of body
Parameter name | Type | IN | Required | Description |
---|---|---|---|---|
name | String | true | Room Name |
Parameter name | Type | Description |
---|---|---|
result | Boolean |
PUT: /v1.0/homes/312321/rooms/2341231
{
"name": "kitchen3"
}
true
For more information, see error code.
Is this page helpful?
YesFeedbackIs this page helpful?
YesFeedback