v1
latestOpenAPI 3.1.02026-07-2618690613.4 KBDocuments
Update dashboard document
<Warning> **Deprecated** — Removal scheduled for **July 31, 2026**. Use the [Documents v2 API](/api/documents-v2/create-document) instead. </Warning> <Warning> This endpoint only works with dashboard documents. Workbook-only documents are not supported. </Warning>Update a document with the specified identifier. This endpoint performs a full resource replacement — all required fields must be provided and existing query presentations are replaced entirely.
put/v1/documents/{documentId}
Path parameters
documentIdstring required
Document identifier
Request body
Example request
{
"description": "Total monthly sales. Used in sales review meetings."
}Response
Document updated successfully