Dispute Milestone
Responsible for setting the milestone in dispute state. Changes the value of the milestone's "flags.disputed" property to true.
Headers
Name
Value
Open API
post
Authorizations
Body
contractIdstringRequiredExample:
ID (address) that identifies the escrow contract
CAZ6UQX7...milestoneIndexstringRequiredExample:
Position that identifies the milestone within the group of milestones in the escrow
1signerstringRequiredExample:
Entity that signs the transaction that deploys and initializes the escrow
GSIGN...XYZResponses
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
- Escrow initialized without milestone
- Invalid milestone index
- This milestone is already released
- This milestone is already resolved
- Milestone already in dispute
- You are not authorized to change the dispute flag
- The dispute resolver cannot be the one to raise a dispute on a milestone
- An unexpected error occurred
application/json
post
/escrow/multi-release/dispute-milestone
What this Endpoint returns?
Use Example:
Last updated
Was this helpful?