Publish a game
publish_gamePublish a game to the arcade after re-validating its record. Fix missing tagline, category, or play URL with update_game, then call again; re-publishing preserves the original publish date.
Instructions
Publishes a game to the arcade. The stored record is re-validated first, so this fails loudly if the game is missing a tagline, a category or a working play URL — fix those with update_game and call again. Re-publishing a delisted game keeps its original publish date so it does not fake its way back to the top of "new".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| game | Yes | The game, by slug (e.g. "orbital-drift") or by id (uuid). |