Last Updated on : 2023-06-15 05:44:38
Modify the status of a specified meeting.
PUT: /v2.0/iot-03/meeting-reservations/{reservation_id}/status
Parameter name | Type | IN | Required | Description |
---|---|---|---|---|
reservation_id | String | uri | true | The reservation ID. |
Parameter name | Type | Description |
---|---|---|
result | Boolean | Indicates whether the operation is successful. Valid value: true : yes. |
PUT: /v2.0/iot-03/meeting-reservations/1410199870823735xxx/status
{
"status": "3"
}
{
"result": true,
"t": 1625053238314,
"success": true
}
For more information, see error code.
Is this page helpful?
YesFeedbackIs this page helpful?
YesFeedback