Approve due date extension

This endpoint is used to make an HTTP POST request to extend the due date for a specific escrow.

Approve due date extension

POST v2/escrow/due-date/extension/:milestone_id/:user_id

Params

NameTypeDescription

milestone_id

String

The ID of the milestone to be approved for extension

user_id

String

The ID of the user

Headers

NameTypeDescription

Accept*

string

application/json

V-PRIVATE-KEY*

string

your vesicash private key

V-PUBLIC-KEY*

String

your vesicash public key

Request body

The request body should be empty as no specific data is required for due date extension.

Response

The response is in JSON format and follows the schema

```json
{
    "status": "success",
    "code": 200,
    "message": "success",
    "data": null
}
```

Last updated