Create/Update node triggers
PUT/v1/groups/:groupId/nodes/:nodeId/triggers
Creates or replaces the trigger configuration for the node. The payload
must contain a triggers array; every entry must have a unique string id.
Writing triggers also bumps the node's trigger version and notifies the
device over MQTT.
Request
Responses
- 200
- 400
- 401
- 403
- 500
Triggers updated successfully
Bad request
Unauthorized - Invalid or missing authentication
Forbidden - User does not have permission to access the resource
Internal server error