Change Milestone Status
Responsible for modifying the "status" property of a specific milestone in the escrow.
Headers
Name
Value
Open API
post
Authorizations
Body
contractIdstringRequiredExample:
ID (address) that identifies the escrow contract
CAZ6UQX7...milestoneIndexstringRequiredExample:
milestone within the group of milestones in the escrow
1newEvidencestringRequiredExample:
New value for the evidence property within the escrow milestone
EvidencenewStatusstringRequiredExample:
New value for the status property within the escrow milestone
CompletedserviceProviderstringRequiredExample:
Address of the entity providing the service
CompletedResponses
201
This endpoint returns an unsigned transaction in XDR format. This XDR is then used to sign the transaction using the “/helper/send-transaction” endpoint.
application/json
400
Bad request
401
Unauthorized access
429
Too Many Requests
500
Possible errors:
- Escrow not found
- Only the service provider can change milestone status
- Invalid milestone index
- Escrow initialized without milestone
- An unexpected error occurred
application/json
post
/escrow/multi-release/change-milestone-status
What this Endpoint returns?
Use example:
Last updated
Was this helpful?