Update a Dashboard Group
Last updated - 23 July, 2025
You can use LogicMonitor’s REST API to update the dashboard groups in your account. As with all of our API calls, authentication is required.
Note: Consistent with REST standards, any properties not specified in a PUT request will revert back to their default values.
HTTP Method: PUT
URI: /dashboard/groups/{id}
Request Parameters:
Property | Description | Required? | Type |
name | The name of the dashboard | Yes | String |
parentId | The id of the parent group | No. Defaults to 1 (root group) | Integer |
description | The description of the dashboard | No. Defaults to a blank string. | String |
widgetTokens | The tokens assigned at the group level, where name and value should be specified (e.g. widgetTokens =[{“name”:”defaultDeviceGroup”,”value”:”Prod AWS”}]) | No. Defaults to no tokens. | JSON Object |