update_topic
Update a topic's name, slug, description, visibility, or default subscription by id. Clear the description by passing null.
Instructions
Update a topic by id (partial — only provided fields change). Pass an explicit null for description to clear it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Topic id. | |
| name | No | ||
| slug | No | ||
| sender | No | Product/sender externalId sent as X-Drin-Sender. Required only for account-wide API keys; overrides the server's default sender. | |
| visible | No | ||
| description | No | New description, or null to clear it. | |
| defaultSubscription | No |