Update Group Configuration

Update a group configuration belonging to the organization or user.

patch/v1/organizations/{organizationSlug}/groups/{groupName}/configuration

Path parameters

organizationSlugstring required

The slug of the organization or user account.

groupNamestring required

The name of the group.

Request body

delete_protectionboolean

Prevent the group from being deleted.

Example request

{
  "delete_protection": true
}

Response

Successful response

delete_protectionboolean

Prevent the group from being deleted.

Example response

{
  "delete_protection": true
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.