Marks a task or appointment as completed. Caller must have manage permission on the entry’s lead. Smart-plan tasks cannot be finished through this endpoint (TASK_IS_SMARTPLAN).
curl --request POST \
--url https://api.lofty.com/v2.0/tasks/{taskId}/finish \
--header 'Authorization: <authorization>' \
--header 'Content-Type: <content-type>'{
"message": "Operation successful"
}Documentation Index
Fetch the complete documentation index at: https://developer.lofty.com/llms.txt
Use this file to discover all available pages before exploring further.
ID of the task or appointment to finish.
x >= 1Entry marked as completed.
Generic message response
Result message
"Operation successful"
curl --request POST \
--url https://api.lofty.com/v2.0/tasks/{taskId}/finish \
--header 'Authorization: <authorization>' \
--header 'Content-Type: <content-type>'{
"message": "Operation successful"
}