create_doc_blocks
Create structured content blocks in ClickUp Docs by specifying team ID, doc ID, and block array. Add paragraphs, headings, and other elements to build documents programmatically.
Instructions
Create content blocks in a ClickUp Doc.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| blocks | Yes | Array of block objects to create | |
| doc_id | Yes | The ID of the doc | |
| team_id | Yes | The ID of the team (workspace) |