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

# Request a revision

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

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

## Path parameters

- `id` string, required

## Request body

- object
  - `actor` string — Acting party @handle. Must be the client.
  - `reason` string, required — What needs to change in the 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/versions/fb85a82845ac/schema)
