Updating Report Group Details
Last updated - 11 July, 2023
In this article
You can use LogicMonitor REST API v3 to update report group details. You must authenticate yourself before making the API request.
URI: PUT /report/groups/{id}
URI: PATCH /report/groups/{id}
Parameter | Type | Description |
id | Integer | (Mandatory) The Id of the report group that you want to update. |
name | String | The name of the report group. Example – "name": "Collector Reports" |
description | String | The description of the report group. Example – "description": "Collector performance and load report" |