Tasks

Update a task's description, due date, or assigned employees. Job linkage cannot be changed.

patch/tasks/{taskId}

Path parameters

taskIdnumber required

Request body

descriptionstring

Updated task description

dueDatestring date nullable

Updated due date (yyyy-mm-dd). Pass null to clear.

assignedEmployeeIdsnumber[]

Replace all assigned employees with this list. Pass empty array to remove all.

Example request

{
  "dueDate": "2025-06-30"
}

Response

Successful Response

resultstring required

Changes

No recorded changes to this endpoint across all 1 revision of this API.