Skip to main content
PATCH

Your Implementation Required

This endpoint must be implemented on your server
Enginy calls this endpoint to mark tasks as completed or update task details.

Path Parameters

string
required
The task’s CRM ID

Request

boolean
Set to true to mark task as completed

Response

Return the updated task object.
string
required
Task CRM ID
boolean
Updated completion status
string
Completion timestamp (auto-set when completed)
Auto-set completedAt timestamp when completed changes to true.