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
Example"550e8400-e29b-41d4-a716-446655440000"

Request Body

application/json
JSON
{
  
"type": "keep_lock",
  
"interval": 30
}

Responses

Successful response

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

Playground

Server
Authorization
Variables
Key
Value
Body

Samples

Powered by VitePress OpenAPI