set_preset_metadata
Plan or update a preset's tags and favorite state, using an exact metadata revision check to avoid overwriting concurrent changes.
Instructions
Plan or update user tags and favorite state for one preset with an exact revision guard.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | Complete replacement tag set. | |
| dryRun | No | Omit or true to return a plan; false requires a valid confirmationToken. | |
| favorite | No | Favorite state. | |
| planHash | No | Hash returned by the matching dry run. | |
| presetId | Yes | Stable NKS preset catalog ID. | |
| confirmationToken | No | Short-lived, single-use token returned by the matching dry run. | |
| expectedMetadataRevision | Yes | Exact preset metadata revision observed immediately before planning. |