更新时间:2023-06-15 05:58:08
本文介绍修改门禁规则的 API。
修改门禁规则详细信息,包含名称,时间规则等。
PUT: /v1.0/iot-02/access-controls/{access_control_id}
参数名 | 类型 | 参数位置 | 是否必填 | 说明 |
---|---|---|---|---|
access_control_id | String | uri | true | 门禁规则ID |
body
说明
参数名 | 类型 | 参数位置 | 是否必填 | 说明 |
---|---|---|---|---|
access_control_name | String | true | 门禁名称,最长 128 位 | |
user_limit | Boolean | false | 是否限制用户的门禁权限。
|
|
time_limit | Boolean | false | 是否限制时间。
|
|
time_ranges | List |
false | 时间规则,可通行时间段。可添加最多 5 个时间段。 |
参数名 | 类型 | 说明 |
---|---|---|
result | Boolean | 成功失败 |
PUT: /v1.0/iot-02/access-controls/146304353014959****
{
"access_control_name": "门禁规则",
"time_limit": true,
"user_limit": true,
"time_ranges": [
"06:00-9:00",
"10:00-19:00",
"10:00-19:00",
"10:00-19:00"
]
}
{
"result": true,
"t": 1637654434519,
"success": true
}
参考 错误码。
该内容对您有帮助吗?
是意见反馈该内容对您有帮助吗?
是意见反馈