Modify¶
POST /api/v1/mgroup/{group_uuid}/modify
Overview¶
Modify group information
Route Parameters¶
| Parameter Name | Type | Required | Description |
|---|---|---|---|
| group_uuid | string | Y | Group UUID |
Body Request Parameters¶
| Parameter Name | Type | Required | Description |
|---|---|---|---|
| name | string | Member group name Allow to be empty: False Maximum length: 256 |
|
| accountUUIDs | array | Account list Example: ['xxxx', 'xxx'] Allow to be empty: True |