update_monitor
Update a monitor's configuration by fetching current settings, merging your changes, and saving. Pass only the fields to change.
Instructions
Update a monitor's configuration (read-modify-write).
Fetches the current config, merges your changes, and saves. Pass a JSON object with only the fields you want to change.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| monitor_id | Yes | Monitor ID to update | |
| fields_json | Yes | JSON object of fields to update, e.g. {"name": "New Name", "isDisabled": true} |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |