Skip to content

Update trigger​

PUT
/api/triggers/{id}

Authorizations​

ApiKeyHeader
Type
API Key (header: X-Api-Key)

Parameters​

Path Parameters

id*
Type
integer
Required

Request Body​

application/json
JSON
{
  
"name": "string",
  
"entity_type": "string",
  
"entity_id": 0,
  
"conditions": "string",
  
"actions": "string",
  
"check_interval": 0,
  
"cooldown": 0
}

Responses​

Trigger updated

application/json
JSON
{
  
"message": "string"
}

Playground​

Authorization
Variables
Key
Value
Body

Samples​

Powered by VitePress OpenAPI