Update a changelog entry
update_changelog_entryFix a published changelog entry by replacing its notes, version label, or both while keeping the original date and leaving omitted fields unchanged.
Instructions
Edits one changelog entry on a game you own: its notes, its version label, or both. Anything you leave out is left exactly as it was. Use it to correct a mistake, not to rewrite history — an entry players have already read is part of the record, and the entry keeps its original date either way.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | Replacement notes, in markdown. Omit to keep what is there. | |
| entryId | Yes | Changelog entry id, from list_changelog. | |
| version | No | Replacement label. Send "" to remove the label entirely. |