update_visibility_topic
Rename or edit a visibility topic, or toggle whether it is included in scans.
Rename or edit an existing visibility topic, or toggle whether it is included in scans. Use it to fix typos, clarify a topic name, update its description, or temporarily disable a topic without deleting it. At least one of name, description, or isActive must be provided.
Deprecated alias:
update_topicis still accepted butupdate_visibility_topicis the canonical name.
Authentication: Required
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
syntheticId | integer | Yes | The agent ID the topic belongs to. |
topicId | string | Yes | The topic ID to update. |
name | string (1–255) | No | New topic name. Must be unique within the agent. |
description | string | No | New description. Pass an empty string to clear. |
isActive | boolean | No | Set false to exclude this topic from future scans without deleting it. |
See list_visibility_topics to find topic IDs, or delete_visibility_topic to remove one permanently.