Recurring Tasks
Update recurring task
Update a recurring task schedule (partial). Already-generated tasks are not affected.
PUT
Authentication
Requires a key with thetasks:write scope.
Path parameters
Recurring task UUID.
Request body
All fields optional.One of
daily, weekly, monthly, yearly, custom.1–365.
0–6. Pass
null to clear.1–31. Pass
null to clear.1–12. Pass
null to clear.ISO 8601.
ISO 8601. Pass
null to clear.Pause/resume generation.
0–90.
Pass
null to clear.Pass
null to clear.Response
Returns the updated schedule wrapped underdata.
Errors
| Status | When |
|---|---|
400 INVALID_ID | {id} is not a valid UUID |
400 VALIDATION_ERROR | Body validation failed |
401 | Missing, malformed, expired, or revoked API key |
403 INSUFFICIENT_SCOPE | Key lacks tasks:write scope |
404 NOT_FOUND | Schedule doesn’t exist or was created by another user |
429 RATE_LIMIT_EXCEEDED | Per-user rate limit reached |
5xx | Server error |