update_visibility_query
Edit a visibility query's text or reach level, or toggle whether it runs in future scans.
Edit the text or reach level of an existing visibility query, or toggle whether it runs in future scans. At least one of query, reachLevel, or isActive must be provided.
Deprecated alias:
update_queryis still accepted butupdate_visibility_queryis the canonical name.
Authentication: Required
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
syntheticId | integer | Yes | The agent ID the query belongs to. |
queryId | string | Yes | The query ID to update. |
query | string (1–500) | No | New query text. |
reachLevel | enum | No | core (direct brand), adjacent (category), aspirational (broader industry), or visionary (thought leadership). |
isActive | boolean | No | Set false to exclude this query from future scans. |
Use list_visibility_topics to find query IDs, or delete_visibility_query to remove one permanently.