Activate trigger
POST/api/v1/devices/dsd/flex/trigger/:id/activate/
Activate a pre-configured trigger on specified devices. Supports idempotency via Idempotency-Key header.
- Request
- Response
Responses
- 202
- 400
- 403
- 409
The Idempotency-Key was reused with a different request body. The contract is "same key, same request": this is a client bug rather than a retry, so the request is rejected instead of replaying the original result.