nexus_update_about_me
Update a Nexus Mods user's About Me profile text. Specify a user ID to modify another user's profile, or omit it to update your own.
Instructions
Update a user's About Me profile text via v2 GraphQL.
Returns: JSON {success} or an error string.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| about | Yes | New About Me text. | |
| user_id | No | User ID. Omit for the current user. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |