Skip to main content
Version: Version 26.3

Update an existing reporting group

PUT 

/v1/organizations/:organization_id/reporting-groups/:reporting_group_id

Update the configuration of an existing reporting group, including name, description, patch policy target, search pattern, and intermediate devices. This endpoint implements full replacement semantics: all updatable fields must be included in the request. Omitting optional fields will clear them (idempotent behavior). You can optionally configure intermediate devices (up to 3) by providing Workspace identifiers. Intermediate devices are used for Wake-on-LAN actions in secure networks, enabling remote device power-up through intermediate gateways. Intermediate devices must be defined sequentially: you cannot define intermediate_device2 without intermediate_device1, nor intermediate_device3 without intermediate_device2. All intermediate Workspace device IDs must exist and belong to the organization. No content returned (204) after a successful update.

Request

Responses

Reporting group successfully updated. No content returned.