Docs
Update Document
PATCH /documents/{documentId}
PATCH
/documents/{documentId}Required 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. |
Updates the name and/or description of an existing dynamic document.
Path Parameters
| Field | Type | Required | Description |
|---|---|---|---|
| documentId | Guid | Optional | The ID of the document to update. |
Request Body
| Field | Type | Required | Description |
|---|---|---|---|
| name | string | Optional | New name. Omit to keep existing. |
| description | string | Optional | New description. |