Skip to main content

update_document

Update document metadata (title and description). This does not create a new HTML version — use publish_document to change content.

Parameters

At least one of title or description must be provided.

Returns

JSON document object as text (same shape as PATCH /api/v1/documents/:id).

Example

Notes

  • Maps to PATCH /api/v1/documents/:id on the REST API.
  • Does not change what recipients see on the share link — only the published HTML does.

publish_document