Change Milestone Flag
Responsible for modifying the "flag" property of a specific milestone in the escrow to approve that milestone.
POST
escrow/change-milestone-flag
Headers
Name
Value
Content-Type
application/json
Authorization
Bearer <token>
Body
Name
Type
Description
contractId
string
ID (address) that identifies the escrow contract
milestoneIndex
string
Position that identifies the milestone within the group of milestones in the escrow
newFlag
boolean
New value for the "flag" property within the escrow milestone
client
string
Address of the client who will approve the milestone
Example of Request Body:
Possible Responses
What this Endpoint returns?
This endpoint returns the transaction unsigned so that the transaction can be signed by means of a customer wallet.
Use example (Using axios):
Was this helpful?