Create document
huly_create_documentCreate a new document in a Huly teamspace with markdown content. Specify parentId to add as a child document.
Instructions
Create a new document in a teamspace, with content supplied as markdown. Pass parentId to create it as a child document.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Document title | |
| content | No | Markdown content | |
| parentId | No | Parent document ID; omit to create a top-level document | |
| teamspaceId | Yes | Teamspace ID (from huly_list_teamspaces) |