Skip to main content
PATCH

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

organizationSlug
string
required

The slug of the organization or user account.

groupName
string
required

The name of the group.

Body

application/json

The configuration to be applied to the chosen group.

delete_protection
boolean

Prevent the group from being deleted.

Example:

true

Response

200 - application/json

Successful response

delete_protection
boolean

Prevent the group from being deleted.

Example:

true