Docs
Update Document Content
PUT /documents/{documentId}/content
PUT
/documents/{documentId}/contentRequired Tokens
| Field | Type | Required | Description |
|---|---|---|---|
| Bearer | Authorization: Bearer <api-key> | Optional | Your API key. Pass it as the Bearer token on every request. |
| Event token | x-Event-Token | Optional | Run **Get Tokens** in the Authorization folder. |
Replaces the TipTap JSON content of an existing dynamic document. Called by the editor on every save.
Path Parameters
| Field | Type | Required | Description |
|---|---|---|---|
| documentId | Guid | Optional | The ID of the document whose content to replace. |
Request Body
| Field | Type | Required | Description |
|---|---|---|---|
| content | string | Required | Full TipTap JSON document as a string. |