update-tag
Apply JSON Patch operations to update an existing tag. Specify tag UUID and operations array to modify fields like description.
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:'...'}]) |