update-tag
Update a tag's attributes by applying JSON Patch operations to its UUID. Specify the tag ID and an array of patch operations like add, remove, or replace.
Instructions
Update a tag using JSON Patch operations
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Tag UUID to update | |
| operations | Yes | JSON Patch operations array (e.g. [{op:'add', path:'/description', value:'...'}]) |