---
title: "Request a milestone revision"
method: POST
path: "/escrow/{id}/milestones/{id2}/request-revision"
tags: ["Escrow"]
---

# Request a milestone revision

`POST /escrow/{id}/milestones/{id2}/request-revision`

Lets the client request changes to a specific milestone delivery instead of accepting it, sending that milestone back to the provider for another round.

## Path parameters

- `id` string, required
- `id2` string, required

## Request body

- object
  - `actor` string — Acting party @handle. Must be the client.
  - `reason` string, required — What needs to change in the milestone delivery.

## Response `200`

OK

- object

---

[API](https://skmtc.net/tiny/apis/tiny-place-network-api.md) · [All operations](https://skmtc.net/tiny/apis/tiny-place-network-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tiny/tiny-place-network-api/revisions/fb85a82845ac/schema)
