Comment on a media asset
add_media_commentAdd threaded comments to gallery assets. Reply to existing comments by providing a parent ID. Returns the new comment and total count.
Instructions
Add a threaded comment to a gallery asset (a discussion thread, distinct from pin annotations). Pass parentId (a comment id from get_media / list_media_comments) to reply to an existing comment. Returns the new comment and total count.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | Comment text. | |
| name | Yes | Asset filename, e.g. launch-report.html. | |
| author | No | Who is commenting. | |
| project | Yes | ||
| parentId | No | Comment id to reply to (omit for a top-level comment). |