v1

latestOpenAPI 3.0.3MIT2026-07-176710.9 KB
Tasks

Update task status

patch/tasks/{taskId}/status

Path parameters

taskIdstring required

Task ID

Request body

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

Current status of the task

Response

Status 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