Update a published document
update_documentReplace the contents or title of a document already published to SendPage. The share link stays exactly the same, so use this to fix a typo or update figures instead of publishing again — anyone who already has the link sees the correction.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| html | No | Replacement HTML. Optional. | |
| title | No | Replacement title. Optional. | |
| shortId | Yes | The document's id, the last part of its share link. | |
| editToken | No | The edit token returned when the document was published. |