Last Updated on : 2023-06-15 05:46:13
Update a meeting configuration template by template ID.
PUT: /v2.0/iot-03/meeting/config-templates/{template_id}
Parameter name | Type | IN | Required | Description |
---|---|---|---|---|
body | String | true | The attribute of the template configuration. | |
template_id | String | uri | true | The ID of a specified template. |
Parameter name | Type | Description |
---|---|---|
result | Boolean | The returned result. Valid values:
|
PUT: /v2.0/iot-03/meeting/config-templates/152365128392638****
{\"template_name\":\"Custom Rule A\",\"reservation_config\":{\"booking_date\":[\"Monday\",\"Tuesday\",\"Wednesday\",\"Thursday\",\"Friday\",\"Saturday\"],\"start_time\":\"09:00\",\"end_time\":\"21:00\",\"max_hour\":\"2\",\"max_day\":\"14\",\"release_time\":\"9\"},\"sign_config\":{\"enable_sign\":\"N\"},\"blacklist_config\":{\"enable_blacklist\":\"N\"}}
{
"result": true,
"t": 1641978005123,
"success": true
}
For more information, see error code.
Is this page helpful?
YesFeedbackIs this page helpful?
YesFeedback