UpdateCustomGroupRequest
UpdateCustomGroupRequest
Custom group to be updated.
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.