Custom Layer Groups REST Endpoints

Layers/Custom Layer Groups
The operations from the Layers/Custom Layer Groups category.
Create a Custom Layer Group
Method: post
Path: /vision/api/customGroups
Delete a Custom Layer Group
Method: delete
Path: /vision/api/customGroups/{id}
Get a Custom Layer Group by ID
Method: get
Path: /vision/api/customGroups/{id}
Get Custom Layer Groups
Method: get
Path: /vision/api/customGroups
Update a Custom Layer Group
Method: put
Path: /vision/api/customGroups/{id}
Update Fields of a Custom Layer Group
Method: patch
Path: /vision/api/customGroups/{id}