set_maintenance_window_checks
Replace the set of checks and check groups attached to a maintenance window, or clear them with empty arrays.
Instructions
Replace the set of checks (and/or check groups) attached to a maintenance window. Pass empty arrays to clear. To leave one of the two collections untouched, pass it with its current contents — partial updates are not supported by this endpoint.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uid | Yes | Maintenance window UID. | |
| checkUids | No | Array of check UIDs to attach. Example: ["uid1","uid2"]. Empty array clears. | |
| checkGroupUids | No | Array of check-group UIDs to attach. Example: ["groupUid1"]. Empty array clears. |