Add Group Type

Add Group Type
Add a new group type

Add a new group type
NOTE: The value of key must either not be sent or must match with the value of name.

Request
URI
POST
https://{api_host}/suite-api/api/resources/groups/types
COPY
Request Body

The Group type to create

group-types of type(s) application/json
Required
"{\n  \"name\" : \"Contexture\"\n}"
array of object
groupTypes
Optional

Collection of Group Types

Authentication
This operation uses the following authentication methods.
Responses
201

The group type is added successfully

Operation doesn't return any data structure

Code Samples
COPY
                    curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{}' https://{api_host}/suite-api/api/resources/groups/types