Update automated timer
PATCH /v1/timer/automated/:docId
Update an Automated Timer by Id
Path Parameters
- docId string required
String Id of the Automated Timer
- application/json
Request Body required
- name string
Name of the reminder
- message string
Message the reminder sends
- type integer
When this reminder should trigger. 0 -> Member front change 1 -> Custom front change 2 -> Any front change
- delayInHours integer
Delay in hours since the action (front change)
Responses
- 200
- 404
OK
NOT FOUND
Loading...