Tasks
Approve a task
Approve a task that is in review. Only the assigned approver can approve. Moves status to done and creates an audit comment.
post/v1/tasks/{taskId}/approve
Path parameters
taskIdstring required
Example:tsk_abc123def456
Unique task identifier
Response
Task approved successfully
Changes
Changed in 1 of the 51 revisions of this API.1
- ●
deleted the
headerrequest parameterX-Organization-Idrequest-parameter-removed
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●