nexus_update_changelog
Update the text of an existing changelog entry you own using its changelog ID and new description.
Instructions
Update an existing changelog entry (must own it) via v2 GraphQL.
Returns: JSON {success, changelogId} or an error string.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| description | Yes | New changelog text. | |
| changelog_id | Yes | Changelog ID. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |