update_ops_note
Update an existing ops note by specifying its ID and optionally providing new text, tags, device scopes, or group scopes to replace current values. Requires write permission.
Instructions
Update an ops note (requires write permission)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | No | New note text | |
| tags | No | New tags (replaces existing) | |
| note_id | Yes | Ops note ID to update | |
| group_ids | No | New device group IDs to scope the note to | |
| device_ids | No | New device IDs to scope the note to |