Skip to content

Set Door Emergency Status

PUT
/api/v1/developer/doors/settings/emergency

Available since v1.24.6

Authorizations

bearerAuth
Type
HTTP (bearer)

Request Body

application/json
JSON
{
  
"lockdown": true,
  
"evacuation": true
}

Responses

Successful response

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

Playground

Server
Authorization
Body

Samples

Powered by VitePress OpenAPI