v2
latestOpenAPI 3.0.12026-07-262352981007.0 KBTasks
Update a task
Updates a specified task.
put/tasks/{id}
Path parameters
idstring uuid required
Request body
Example request
{
"matterId": "750eb5c5-ac0b-7d11-4997-e0ce9d8896c8",
"staffId": "750eb5c5-ac0b-7d11-4997-e0ce9d8896c8",
"completedByStaffId": "750eb5c5-ac0b-7d11-4997-e0ce9d8896c8",
"subject": "Review contract for John Smith",
"note": "Contract needs to be reviewed and discussed with John",
"completedDate": "2020-02-15T13:00:00Z",
"completedDateOnly": "2020-02-15",
"dueDate": "2020-02-15T13:00:00Z",
"dueDateOnly": "2020-02-15",
"duration": "PT4H33M"
}Response
When request is accepted. Returns a hypermedia 'Link' object of the task to be updated.