update_comment
Modify comments in Storyblok discussions by providing discussion ID, comment ID, and updated message content through the Management API.
Instructions
Updates a comment in a discussion via the Storyblok Management API.
Required:
discussion_id: Numeric ID of the discussion.
comment_id: Numeric ID of the comment.
Payload:
message_json: Required. Array of message objects, each with keys "type", "text", "attrs".
message: Optional string or null.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| discussion_id | Yes | Numeric ID of the discussion | |
| comment_id | Yes | Numeric ID of the comment | |
| message_json | Yes | Required. Array of message objects, each with keys "type", "text", "attrs" | |
| message | No | Optional string or null |