update_comments_by_id
Update an existing Trakt comment or reply by ID. Provide the comment ID and new fields to modify its content directly.
Instructions
Update a comment or reply.
PUT /comments/{id}/
Args: id: The id/slug of the resource. body: Request payload. Read the matching GET or the /schema endpoint first to see the fields this resource expects.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| body | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |