v1

latestOpenAPI 3.0.3MIT2026-07-176710.9 KB
Tasks

Update a task

put/tasks/{taskId}

Path parameters

taskIdstring required

Task ID

Request body

titlestring
descriptionstring
status'pending' | 'in_progress' | 'completed' | 'cancelled' | 'on_hold'

Current status of the task

priority'low' | 'medium' | 'high' | 'critical'

Priority level of the task

tagsstring[]
assigned_tostring
due_datestring date-time

Response

Task updated successfully

idstring uuid required

Unique identifier for the task

titlestring required

Title of the task

descriptionstring

Detailed description of the task

status'pending' | 'in_progress' | 'completed' | 'cancelled' | 'on_hold' required

Current status of the task

priority'low' | 'medium' | 'high' | 'critical' required

Priority level of the task

tagsstring[]

Tags associated with the task

created_bystring

User who created the task

assigned_tostring

User currently assigned to the task

created_atstring date-time required

When the task was created

updated_atstring date-time required

When the task was last updated

due_datestring date-time

When the task is due

completed_atstring date-time

When the task was completed