update_comment
Update an existing comment on a Contentful entry. Merge new body, status, or body format with the current comment data.
Instructions
Update an existing comment on an entry. The handler will merge your updates with the existing comment data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entryId | Yes | The unique identifier of the entry | |
| commentId | Yes | The unique identifier of the comment to update | |
| body | No | The updated content of the comment | |
| status | No | The updated status of the comment | |
| bodyFormat | No | Format for the comment body content | plain-text |
| spaceId | Yes | The ID of the Contentful space. This must be the space's ID, not its name, ask for this ID if it's unclear. | |
| environmentId | Yes | The ID of the environment within the space, by default this will be called Master | master |