added
Text Block Markdown Support
June 24th, 2025
Enhanced text block functionality with rich content formatting capabilities:
- Create Document: Added optional
texts
property for specifying text block content during document creation from templates. Supports markdown for rich text formatting. - Update Document: Added optional
texts
property for modifying text block content in existing documents. Supports markdown for rich text formatting. - Document Details: Added
texts
property to response for retrieving text block names available in the document.
This enhancement allows developers to programmatically manage text blocks with rich markdown content during document creation and updates. Text blocks can now include formatted content such as headings, bold, italic, lists, and links, providing greater control over document presentation and enabling more sophisticated content automation workflows.
POST /public/v1/documents
/public/v1/documents
- added the new optional request property 'texts'
PATCH /public/v1/documents/{id}
/public/v1/documents/{id}
- added the new optional request property 'texts'
GET /public/v1/documents/{id}/details
/public/v1/documents/{id}/details
- added the optional property 'texts' to the response with the '200' status