API reference
V2Deliverables

Update deliverable

Updates an existing deliverable.

PATCH
/api/v2/executions/{execution_id}/deliverable

Updates an existing deliverable.

Authorization

access_token
Authorization<token>

In: header

Path Parameters

execution_id*string

Execution

Response Body

application/json

application/json

application/json

application/json

curl -X PATCH "https://example.com/api/v2/executions/string/deliverable"
{  "status": "ok",  "data": {}}