add_notes_bulk
Attach a note to multiple devices simultaneously by providing a list of device IDs and the note text.
Instructions
Add the same note to a list of devices in one call. Required: deviceIDs (numeric array), text.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| deviceIDs | Yes | Device IDs to attach the note to | |
| text | Yes | Note content (applied to every listed device) |