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-2b42-446b-9414-231efa4ef4bb",
"completed_timestamp": "2025-08-01 12:00:00",
"completed_by_staff_uuid": "123e4567-130b-4e35-9064-231ef25e5e9b",
"assigned_to_staff_uuid": "123e4567-1019-4d53-a09a-231ef5ea542b",
"uuid": "123e4567-3209-4985-9450-231ef6f901fb",
"edit_date": "2025-08-01 12:00:00",
"created_by_staff_uuid": "123e4567-a189-44b9-8711-231ef7243d6b",
"create_date": "2025-08-01 12:00:00"
}Response
Success
Example response
{
"message": "OK"
}