Added
API Changelog 7.18.2
March 24th, 2026
Added
- Added a new endpoint to create documents by uploading Markdown content, enabling you to programmatically generate rich-text documents from Markdown.
[Beta] POST /public/v1/documents?upload-markdown
- endpoint added
Changed
- Implemented minimum value constraints for document field layout properties (
offset_x,offset_y,height,width) to ensure valid positioning and sizing when programmatically updating document fields.
POST /public/v1/documents/{id}/fields
- ⚠️ the 'fields/items/layout/position/offset_x' request property's min was set to '0.00'
- ⚠️ the 'fields/items/layout/position/offset_y' request property's min was set to '0.00'
- ⚠️ the 'fields/items/layout/style/height' request property's min was set to '0.00'
- ⚠️ the 'fields/items/layout/style/width' request property's min was set to '0.00'
