Skip to main content
Version: Next

Update group

PATCH 

/groups/:groupKey

Update a group with the given key.

Request

Path Parameters

    groupKey int64required

    The key of the group to update.

Body

required
    changeset object

    A set of changed group attributes.

    name string

    The updated display name of the group.

Responses

The group was updated successfully.

Loading...