CreateCustomGroupRequest

CreateCustomGroupRequest
CreateCustomGroupRequest

Custom group to be created.

JSON Example
{
    "name": "string",
    "description": "string"
}
string As ^[^@]+$
name
Required
Constraints: minLength: 0 maxLength: 200

Name of the custom group to be created.

string
description
Optional
Constraints: minLength: 0 maxLength: 500

Description of the custom group to be created.