Approve Deliverable

External approval of a deliverable that is in Client Workflow status

Geoff Mina avatar
Written by Geoff Mina
Updated over a week ago

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

Did this answer your question?