update_asset
Update one of YOUR monitored assets by its asset id (from list_my_assets): relabel it or toggle which checks run. Returns the updated asset. Requires an API key with write scope.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| label | No | New label (max 120 chars). | |
| asset_id | Yes | The asset id from list_my_assets (a UUID). | |
| dns_enabled | No | Enable/disable DNS monitoring. | |
| ssl_enabled | No | Enable/disable TLS-certificate monitoring. | |
| domain_enabled | No | Enable/disable domain-registration (RDAP) monitoring. |