update_comment
Modify existing comments in Storyblok discussions by providing a discussion ID, comment ID, and updated message content in JSON format. Ensures accurate collaboration and content management.
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 |
|---|---|---|---|
| comment_id | Yes | ||
| discussion_id | Yes | ||
| message | No | ||
| message_json | Yes |