Request

PUT /pub/v1/scheme/groups/{id}

Path parameters

Parameter name Value Description Additional
id uuid

Group ID

Required

Request body

The resource sent in the request body is  Edit group data — Request. It contains the following writable properties:

{
    "__name": "string",
    "description": "string",
    "isDefault": "boolean"
}

Properties

Name Type Description Additional
__name string

Name

Optional
description string

Group description

Optional
isDefault boolean

Assign the group to all new users

Optional

Authorization

This request requires the use of one of following authorisation methods: API key

Response

The following HTTP status codes may be returned:

Status code Description Resource
200 OK

Response model for editing a group’s data

Response model for editing a group’s data (Edit group data)