curl --request POST \
--url http://localhost:3333/v1/tasks/{taskId}/approve \
--header 'X-API-Key: <api-key>'Approve a task that is in review. Only the assigned approver can approve. Moves status to done and creates an audit comment.
curl --request POST \
--url http://localhost:3333/v1/tasks/{taskId}/approve \
--header 'X-API-Key: <api-key>'Was this page helpful?