Add Page Comment
page_add_commentAdd a comment to a Yandex Wiki page. Specify the page by slug or ID, and optionally reply to a specific comment or thread.
Instructions
Add a comment to a Yandex Wiki page.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | Comment body. | |
| slug | No | Wiki page slug or full Wiki URL. Provide either page_id or slug. | |
| page_id | No | Wiki page numeric ID. Provide either page_id or slug. | |
| parent_id | No | Optional parent comment ID for a reply. | |
| thread_id | No | Optional thread ID when replying in an existing thread. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| body | No | ||
| user | No | ||
| parent_id | No | ||
| thread_id | No | ||
| created_at | No | ||
| updated_at | No |