Reverts a task or appointment back to the not-completed state. Caller must have manage permission on the entry’s lead.
curl --request POST \
--url https://api.lofty.com/v2.0/tasks/{taskId}/unfinish \
--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 revert to not-completed.
x >= 1Entry marked as not completed.
Generic message response
Result message
"Operation successful"
curl --request POST \
--url https://api.lofty.com/v2.0/tasks/{taskId}/unfinish \
--header 'Authorization: <authorization>' \
--header 'Content-Type: <content-type>'{
"message": "Operation successful"
}