nexus_hide_comment
Hide any comment on Nexus Mods by specifying its ID and a public reason. Moderator permissions required.
Instructions
Hide a comment (moderator permissions required) via v2 GraphQL.
Returns: JSON {comment: {id}} or an error string.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| reason | Yes | Public reason for hiding. | |
| comment_id | Yes | Comment ID to hide. | |
| internal_reason | No | Internal reason (moderators only). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |