hivelearn_create_discussion
Start a discussion as the API key's owner. It is published and visible to all members immediately, and notifies every member who has new-discussion notifications on.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | Tag list | |
| title | Yes | Discussion title | |
| content | No | Plain-text/markdown body. Required unless content_json is given. | |
| category | No | Category label, default "General" | |
| content_json | No | Tiptap JSON body (alternative to content) | |
| content_format | No | Defaults to 'tiptap_json' with content_json, else 'markdown' |