Skip to content

Set Temporary Door Locking Rule

PUT
/api/v1/developer/doors/{id}/lock_rule

Available since v1.24.6

Authorizations

bearerAuth
Type
HTTP (bearer)

Parameters

Path Parameters

id*
Type
string
Required

Request Body

application/json
JSON
{
  
"type": "string",
  
"interval": 0
}

Responses

Successful response

application/json
JSON
{
  
"code": "SUCCESS",
  
"msg": "success",
  
"data": "success"
}

Playground

Server
Authorization
Variables
Key
Value
Body

Samples

Powered by VitePress OpenAPI