nexus_edit_comment
Edit your own Nexus Mods comment body using GraphQL. Pass a comment ID and new text to update it without REST quota usage.
Instructions
Edit the body of your own comment via v2 GraphQL.
Consumes the v2 GraphQL pool, NOT the v1 REST rate-limit quota. Only the comment's author can edit it.
Returns: JSON {updateComment: {comment: {id, body, ...}}} or an error string.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | New comment body text (plain text). | |
| comment_id | Yes | Comment ID to edit (must be your own comment). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |