write_review
Set or replace a film's review text, optionally add a rating, and publish draft reviews.
Instructions
Write or replace the review text on a film.
Args: id: Film id. content: The review, as HTML or plain paragraphs. Replaces what is there. rating: Optionally set the rating at the same time. publish: True moves a draft to published.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| rating | No | ||
| content | Yes | ||
| publish | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |