Update a task
Update an existing task (status, assignee, approver, frequency, department, reviewDate)
Documentation Index
Fetch the complete documentation index at: https://bubbaaiinc-lewis-comp-company-tasks.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API key for authentication
Headers
Organization ID (required for session auth, optional for API key auth)
Path Parameters
Unique task identifier
"tsk_abc123def456"
Body
todo, in_progress, in_review, done, not_relevant, failed "in_progress"
Assignee member ID, or null to unassign
"mem_abc123"
Approver member ID, or null to unassign
"mem_abc123"
daily, weekly, monthly, quarterly, yearly "monthly"
none, admin, gov, hr, it, itsm, qms "it"
"2025-01-01T00:00:00.000Z"
Response
Task updated successfully
Unique identifier for the task
"tsk_abc123def456"
Task title
"Implement user authentication"
Task status
todo, in_progress, done, blocked "in_progress"
Task creation timestamp
"2024-01-15T10:30:00Z"
Task last update timestamp
"2024-01-15T10:30:00Z"
Task description
"Add OAuth 2.0 authentication to the platform"
Task template ID
"frk_tt_68406e353df3bc002994acef"

