Tasks
Update a Task
OAuth Scope
This endpoint requires the following OAuth scope manage_tasks.
post/task/{uuid}.json
Path parameters
uuidstring uuid required
UUID of the Task
Request body
Example request
{
"due_date": "YYYY-MM-DD",
"related_object_uuid": "123e4567-5dc3-4031-bf46-230b7600494b",
"completed_timestamp": "2025-07-01 12:00:00",
"completed_by_staff_uuid": "123e4567-85f4-4db5-a85b-230b75e7ea5b",
"assigned_to_staff_uuid": "123e4567-10a9-49b9-a332-230b725d9d4b",
"uuid": "123e4567-9f76-4bb1-8e69-230b7cc7a92b",
"edit_date": "2025-07-01 12:00:00",
"created_by_staff_uuid": "123e4567-8969-422e-b0b4-230b72e0a5bb",
"create_date": "2025-07-01 12:00:00"
}Response
Success
Example response
{
"message": "OK"
}