nexus_create_changelog
Create a changelog entry for a collection revision you own. Provide revision ID and description to record the changes.
Instructions
Create a changelog entry for a collection revision (must own it) via v2 GraphQL.
Returns: JSON {success, changelogId} or an error string.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| description | Yes | Changelog text. | |
| revision_id | Yes | Revision ID. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |