hivelearn_create_discussion_reply
Reply to a discussion as the API key's owner. The reply is visible to all members immediately and notifies the discussion author. Fails with 409 if the discussion is locked. Set parent_reply_id to nest under another reply.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Discussion uuid | |
| content | No | Plain-text/markdown body. Required unless content_json is given. | |
| content_json | No | Tiptap JSON body (alternative to content) | |
| content_format | No | Defaults to 'tiptap_json' with content_json, else 'markdown' | |
| parent_reply_id | No | Reply uuid in the same discussion to nest under |