Update a task
Tasks
Update a task
Updates an existing task. Use this to change schedule time, priority, assignee, description, status, or payload before execution. If status or scheduled_at changes in a way that requires execution, the task can be queued again according to its updated state.
PUT
Update a task
Documentation Index
Fetch the complete documentation index at: https://developers.mindhunters.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Use a Bearer token to access these API endpoints. Example: "Bearer {your-token}"
Path Parameters
Task UUID
Body
application/json
Required range:
1 <= x <= 10Available options:
pending, scheduled, queued, cancelled, on_hold User ID to assign task to
Re-queue task if scheduling changes
Response
Task updated successfully
