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-e163-4b76-b837-230b76ab11cb",
"completed_timestamp": "2025-07-01 12:00:00",
"completed_by_staff_uuid": "123e4567-76a9-42c7-becd-230b7ef192cb",
"assigned_to_staff_uuid": "123e4567-faf9-40cd-b777-230b7982145b",
"uuid": "123e4567-9319-4acd-95e6-230b78aee19b",
"edit_date": "2025-07-01 12:00:00",
"created_by_staff_uuid": "123e4567-c974-441a-a274-230b7e5dbc4b",
"create_date": "2025-07-01 12:00:00"
}Response
Success
Example response
{
"message": "OK"
}