Skip to main content
PATCH
Rename or re-describe a group

Authorizations

Authorization
string
header
required

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

Path Parameters

orgId
string
required
Example:

"org-abc123"

groupId
string
required
Example:

"grp-abc123"

Body

application/json
name
string

New group name.

Maximum string length: 100
Example:

"Growth"

description
string

New group description.

Maximum string length: 500
Example:

"Renamed from Marketing."

Response

Group updated

success
boolean
required
Example:

true

group
object
required