update-topic
Update a topic's metadata using JSON Patch operations to add, replace, or remove fields.
Instructions
Update a topic using JSON Patch operations
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Topic UUID to update | |
| operations | Yes | JSON Patch operations array (e.g. [{op:'add', path:'/description', value:'...'}]) |