---
title: "Update document ownership"
method: PATCH
path: "/public/v1/documents/{id}/ownership"
tags: ["Documents"]
---

# Update document ownership

`PATCH /public/v1/documents/{id}/ownership`

This operation allows transferring the ownership of a document to another user by specifying the document ID and membership ID.

## Path parameters

- `id` string, required

## Request body

- DocumentTransferOwnershipRequest
  - `membership_id` string — A unique identifier of a workspace member.

## Response `204`

No content

## Other responses

- `401` — Authentication error
- `403` — Permission error
- `404` — Not found
- `409` — Conflict
- `423` — Document is locked for editing
- `429` — Too Many Requests

---

[API](https://skmtc.net/pandadoc/apis/pandadoc-public-api.md) · [All operations](https://skmtc.net/pandadoc/apis/pandadoc-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pandadoc/pandadoc-public-api/versions/0c2b70be3fb0/schema)
