Skip to main content
PUT

Authentication

Requires a key with the tasks:write scope.

Path parameters

string
required
Recurring task UUID.

Request body

All fields optional.
string
One of daily, weekly, monthly, yearly, custom.
integer
1–365.
array
0–6. Pass null to clear.
integer
1–31. Pass null to clear.
integer
1–12. Pass null to clear.
string
Calendar date as YYYY-MM-DD. A full ISO 8601 datetime is accepted too, but only its date part is kept.
string
Calendar date as YYYY-MM-DD. A full ISO 8601 datetime is accepted too, but only its date part is kept. Pass null to clear.
boolean
Pause/resume generation.
integer
0–90.
string
Pass null to clear.
string
Pass null to clear.

Response

Returns the updated schedule wrapped under data.

Errors