Updates the content and metadata of an existing document within the workspace.
Authorization: Requires document editor or workspace manager permissions. Content: Supports updating document content, type, and other properties.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The unique identifier of the organization Standard identifier pattern for resource names
^[a-zA-Z0-9_-]+$The unique identifier of the workspace Standard identifier pattern for resource names
^[a-zA-Z0-9_-]+$The path to the document within the workspace Path pattern supporting slashes, dots, and dashes
^[a-zA-Z0-9_/.-]+$Represents a document within a workspace, such as a workbook or dashboard
The file path of the document within the workspace
^[a-zA-Z0-9_/.-]+$The content of the document, typically Malloy code or configuration
The type of document, determining its purpose and behavior
workbook, dashboard, modeling_chat, data_chat, agent_report ISO 8601 timestamp indicating when the document was created
ISO 8601 timestamp indicating when the document was last modified
The userId of the user who last modified this document
Optional JSON metadata associated with the document (e.g. title, tags)
Document updated successfully
Represents a document within a workspace, such as a workbook or dashboard
The file path of the document within the workspace
^[a-zA-Z0-9_/.-]+$The content of the document, typically Malloy code or configuration
The type of document, determining its purpose and behavior
workbook, dashboard, modeling_chat, data_chat, agent_report ISO 8601 timestamp indicating when the document was created
ISO 8601 timestamp indicating when the document was last modified
The userId of the user who last modified this document
Optional JSON metadata associated with the document (e.g. title, tags)