Skip to main content
PATCH
Update a player group

Authorizations

Authorization
string
header
required

Personal API key (prefix up_). Create one in the studio under Account → API keys.

Path Parameters

studioId
string
required
groupId
string
required

Body

application/json
groupName
string

New display name for the group.

Required string length: 2 - 80
groupDescription
string | null

New description for the group. Pass null to clear it.

Maximum string length: 2000

Response

200 - application/json

The updated group

data
object
required