nexus_edit_collection
Update a collection's metadata by providing only the fields to change; all other details remain unchanged. Requires ownership of the collection.
Instructions
Edit a collection's metadata (must own the collection) via v2 GraphQL.
Only the provided fields are changed; omitted fields stay as-is.
Returns: JSON {success, collection: {id, name, slug}} or an error string.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | New name. | |
| summary | No | New summary. | |
| category_id | No | New category ID. | |
| description | No | New description (BBCode). | |
| collection_id | Yes | Collection ID. | |
| allow_user_media | No | Allow user media. | |
| manually_verify_media | No | Manually verify media. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |