Edit milestone
This endpoint allows you to update the details of a specific party and user within an escrow service.
Edit milestone
PATCH
v2/escrow/milestone/edit/milestone_id/user_id
Params
Name | Type | Description |
---|---|---|
milestone_id | String | The ID of the of the milestone to be edited |
user_id | String | The ID of the user |
Headers
Name | Type | Description |
---|---|---|
Accept* | string | application/json |
V-PRIVATE-KEY* | string | your vesicash private key |
V-PUBLIC-KEY* | String | your vesicash public key |
Request body
title (string, optional): The new title for the milestone.
description(string, optional): The new melestone description
inspection_period(string, optional): The duration of the inspection period in hours
grace_period:(string, optional): The grace period in hours
due_date(string_optional): The due date of the milestone
Response
Upon successful execution, the endpoint returns a status code of 200 and a JSON response with the following structure:
For example, you can make a PATCH request to the endpoint above and pass in the raw json data below to edit party.
Last updated