hivelearn_create_post_comment
Comment on a feed post as the API key's owner. The comment is visible to all members immediately, notifies the post author, and awards comment points. Set parent_comment_id to reply to another comment on the same post.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | No | Plain-text/markdown body. Required unless content_json is given. | |
| post_id | Yes | Post uuid (from list_posts) | |
| content_json | No | Tiptap JSON body (alternative to content) | |
| content_format | No | Defaults to 'tiptap_json' with content_json, else 'markdown' | |
| parent_comment_id | No | Comment uuid on the same post to reply to |