Last Updated on : 2023-06-15 05:47:27
Edit the status of a specified seat, including disabled, enabled, and under maintenance.
PUT: /v1.0/iot-03/seats/{seat_id}/status
Parameter name | Type | IN | Required | Description |
---|---|---|---|---|
seat_id | String | uri | true | The seat ID. |
Description of body
Parameter name | Type | IN | Required | Description |
---|---|---|---|---|
status | String | true | Indicates the status of a seat. Valid values:
|
Parameter name | Type | Description |
---|---|---|
result | Boolean | Indicates whether the operation is successful. Valid values: true : succeeded. false : failed. |
PUT: /v1.0/iot-03/seats/{seat_id}/status
{
"status": "enable"
}
{
"result": true,
"t": 1623050759107,
"success": true
}
For more information, see error code.
Is this page helpful?
YesFeedbackIs this page helpful?
YesFeedback