Last Updated on : 2023-06-15 05:43:54
Modify the information about a specified meeting room according to the meeting room ID and updated parameter values. An empty list of images and tags means to clear the list of meeting room images and tags. The value of true
indicates that the information about the meeting room is modified successfully.
PUT: /v2.0/iot-03/meeting-rooms/{room_id}
Parameter name | Type | IN | Required | Description |
---|---|---|---|---|
room_id | String | uri | true | The ID of a specified meeting room. |
Description of body
Parameter name | Type | IN | Required | Description |
---|---|---|---|---|
name | String | false | The name of a specified meeting room. | |
image_urls | List | false | The URL list of meeting room images. | |
type | String | false | The type of a specified meeting room. Valid values:
| |
address | String | false | The location of a specified meeting room. | |
longitude | String | false | The longitude of a specified meeting room. | |
latitude | String | false | The latitude of a specified meeting room. | |
range_type | String | false | The opening range of a specified meeting room. Valid values:
| |
range_ids | List | false | The list of IDs that can be used to reserve a specified meeting room. | |
room_status | String | false | The status of a specified meeting room. Valid values:
| |
suspension_remark | String | false | The remarks on suspension. | |
reservation_approved | String | false | Specifies whether to enable approval of the reservation. Valid values:
| |
approval_process_id | String | false | The ID of the approval process for a specified meeting room. | |
preemptible | String | false | Specifies whether a meeting room can be occupied by another person if the person who makes the reservation does not appear within the specified time. Valid values:
| |
system_release | String | false | Specifies whether the reservation of a meeting room can be automatically released by the system. Valid values:
| |
space | Integer | false | The number of people that can be accommodated in a specified meeting room. | |
tag_codes | List | false | The list of meeting room tags. |
Parameter name | Type | Description |
---|---|---|
result | Boolean | The operation result of modifying the meeting room. |
PUT: /v2.0/iot-03/meeting-rooms/1410175631475462***
{
"name": "Meeting Room Approval",
"image_urls": [
"www.tuya.com",
"www.qq.com"
],
"type": "vip",
"address": "F12, Building A, Grand Center",
"longitude": "108.3",
"latitude": "111.4",
"range_type": "personnel",
"range_ids": [
"007",
"008"
],
"room_status": "open",
"suspension_remark": "Suspended",
"preemptible": "N",
"system_release": "N",
"space": 12,
"tag_codes": [
"1",
"2",
"3"
]
}
{
"result": true,
"t": 1625554153851,
"success": true
}
For more information, see error code.
Is this page helpful?
YesFeedbackIs this page helpful?
YesFeedback