PATCH
notion_comments_update.py
Requires
Insert comments.Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Edit a comment’s content, replacing it entirely.
from charter.packs import notion
result = await notion.comments_update.ainvoke({"commentId": ..., "body": ...})
Insert comments.| Field | Type | Description |
|---|---|---|
commentId * | string | The ID of the comment. |
| Field | Type | Description |
|---|---|---|
body * | CommentUpdateBody | The new content. |
Was this page helpful?