Update Target
update_targetUpdate a target's properties (name, URL, type, environment, business weight, tags, uptime toggle).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | New URL | |
| name | No | New display name | |
| tags | No | New tags (replaces existing) | |
| type | No | New target type | |
| weight | No | New business weight: REVENUE_PATH, PUBLIC or INTERNAL. Changing this rescores the target's open findings so the consequence ranking updates immediately. | |
| targetId | Yes | The target ID to update | |
| environment | No | New environment | |
| uptimeEnabled | No | Toggle uptime monitoring | |
| uptimeKeyword | No | Keyword to verify in response body during uptime checks. When set, every uptime ping GETs the page and verifies this text appears (case-insensitive). If missing, the site is treated as DOWN even on HTTP 200. Set to null to disable keyword verification. |