Simple helper method to externally "approve" a deliverable that is currently sitting in a the Client Workflow / Approval status in the Project Kanban.
โ
Endpoint: /action/deliverable/approve
Method: POST
Request Body (example):
{
"clientName": "",
"projectName": "",
"deliverableName": ""
}
Properties that require further clarification:
clientName - Required - Exact match of the client name
projectName - Required - Exact match of the project name
deliverableName - Required - Exact match of the deliverable/task name