Create or update a log
log_gameCreate or update a game log with rating, review, completion status, play dates, and playtime. Pass a playthrough ID to edit an existing entry, preserving unmentioned fields.
Instructions
Write a full log for a game: rating, review text, completion status, play dates and playtime. Omitted fields keep their current values, and shelves you do not mention are preserved. Pass playthrough_id to edit an existing log instead of adding one.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| game | Yes | Game title, slug, or numeric Backloggd id. | |
| stars | No | 0.5-5 in half-star steps. | |
| title | No | Log title, e.g. 'First playthrough'. | |
| review | No | Review text. Markdown-ish, as on the site. | |
| status | No | Completion status for this log. | |
| is_replay | No | ||
| start_date | No | YYYY-MM-DD. | |
| finish_date | No | YYYY-MM-DD. | |
| is_mastered | No | ||
| hours_played | No | ||
| minutes_played | No | ||
| playthrough_id | No | Existing playthrough to update. Omit to create a new log. | |
| review_has_spoilers | No |