Update trigger​
PUT
/api/triggers/{id}
Authorizations​
ApiKeyHeader
Type
API Key (header: X-Api-Key)
Parameters​
Path Parameters
id*
Type
Requiredinteger
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"
{
 Â
}