set_game_progress
Update a game copy's progress details—status, completion, progress bar, and notes—on the collection edit form without altering other fields. Provide collection_id when multiple copies exist.
Instructions
Set per-copy progress on the collection edit form: status, completion, 0-100 bar, progress notes. collection_id required when multiple copies exist. Changes only provided fields. clear_fields JSON list can empty notes/progress/status. One UPDATE GAME. Does not touch edition, DLC, Digital Service, or Acquisition Info. Never DELETE GAME.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | ||
| notes | No | ||
| status | No | ||
| wait_ms | No | ||
| progress | No | ||
| completion | No | ||
| clear_fields | No | ||
| collection_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |