Update a scheduled task
Scheduled Tasks API
Update a scheduled task
Update any subset of a task’s fields. Requires taskId. Non-admins may only edit their own tasks.
PUT
Update a scheduled task
Authorizations
JWT token from Clerk authentication.
Must be from a user with org:admin role.
Query Parameters
Body
application/json
Response
Task updated.
Example:
42
Example:
"Weekly portfolio digest"
Example:
"Summarize any new documents added this week."
Cron expression (UTC).
Example:
"0 13 * * 1"
Example:
123
Present on list/get responses.
Example:
"Portfolio Monitor"
