v1

latestOpenAPI 3.0.3MIT2026-07-24122271451.2 KB
Documents

Update document ownership

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

patch/public/v1/documents/{id}/ownership

Path parameters

idstring required

Specify document ID.

Request body

membership_idstring

A unique identifier of a workspace member.

Example request

{
  "membership_id": "radQBiBkU7MBk59NSgaGfd"
}

Response

No content