v1
latestOpenAPI 3.1.02026-07-2618690613.4 KBDocuments v2
Patch draft
Apply a patch to an existing draft. Pure apply — no draft creation, no publish. The request body, content sections, field caps, and tile-addressing rules are identical to Create draft and patch document; this route does not accept branchId.
patch/v2/documents/{documentId}/draft/{draftId}
Path parameters
documentIdstring required
The published document's URL slug (e.g. abc123) or its canonical workbook UUID.
draftIdstring required
The draft workbook identifier the patch is applied to.
Request body
Response
Patch applied to draft successfully.
Example response
{
"identifier": "def456",
"draftIdentifier": "abc123",
"name": "Blob Sales",
"description": "Overview of daily Blobs R Us Sales"
}