PendiumDocs

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_topic is still accepted but update_visibility_topic is the canonical name.

Authentication: Required

Parameters

ParameterTypeRequiredDescription
syntheticIdintegerYesThe agent ID the topic belongs to.
topicIdstringYesThe topic ID to update.
namestring (1–255)NoNew topic name. Must be unique within the agent.
descriptionstringNoNew description. Pass an empty string to clear.
isActivebooleanNoSet 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.

On this page