Automation - Update Controller Trigger
Updating controller trigger
Puthttps://api.iotstadium.com/ext/automations/:id
Parameter
Field | Type | Description |
---|---|---|
id | Number |
The ID of the automation that you want to update |
{
"message": "automation updated",
"data": {
"id": 1004
},
"code": 200
}
{
"message": "Invalid Message",
"code": 400,
"errors": [
{
"field": "actions.0.detail.alarm.alarm_email",
"message": "The actions.0.detail.alarm.alarm_email field is required when actions.0.detail.alarm.is_send_email is 1."
}
]
}