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
Example request
{
"dueDate": "2025-06-30"
}Response
Successful Response
Update a task's description, due date, or assigned employees. Job linkage cannot be changed.
{
"dueDate": "2025-06-30"
}Successful Response