Patch draft
Apply a patch to an existing draft addressed by draftId. 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.
Authorizations
Can be either an Organization API Key or Personal Access Token (PAT).
Include in the Authorization header as: Bearer YOUR_TOKEN
Path Parameters
The published document's URL slug (e.g. abc123) or its canonical workbook UUID.
The draft workbook identifier the patch is applied to.
Body
The content/metadata diff applied to a draft. All fields optional — only the sections present are changed.
Document name.
1 - 254Document description.
Caller-supplied description of what this patch changes, written to the history audit trail. When absent, the server generates one from the touched sections.
1 - 255Query presentations (tabs/tiles) keyed by record key.
Dashboard filters/controls keyed by control ID.
Document settings. Shallow-merged with the existing settings.
Container layout. When present, fully replaces the existing layout.