put https://services.azuga.com/azuga-ws-oauth/v3/groups/.json
The update group API allows you to edit the details of an existing group. Only one group can be updated by a single API call. You are allowed to update groups for those you have access to modify.
Sample Request
https://services.azuga.com/azuga-ws-oauth/v3/groups/426f030a-03a2-11ed-a424-ab074112d429.json
{
"groupName": "Test_Group",
"description": "This is a test group",
"configName": "Test_Config",
"administrators": "066f93d4-1a76-11ea-910b-b75868dc7211,0bfc3854-4a74-11e7-bd1f-03fd1cd47229",
"parentGroupName": "Test_GroupName",
"bgColor": "#000000",
"textColor": "#ffffff",
"groupId": "426f030a-03a2-11ed-a424-ab074112d429"
}
API Response Explanation
Field | Description | Data Type |
---|---|---|
generatedAt | API generation timestamp in UTC | Long |
data | Description of the response | String |
error | Error description - if any | List |