Skip to main content
PUT
Update a component group

Authorizations

Authorization
string
header
required

API key (dh_live_...) or Auth0 JWT token

Path Parameters

id
string<uuid>
required
groupId
string<uuid>
required

Body

application/json
name
string | null

New group name; null preserves current

Maximum string length: 255
description
string | null

New description; null preserves current, empty string clears

Maximum string length: 500
displayOrder
integer<int32> | null

New position in the group list; null preserves current

defaultOpen
boolean | null

Initial expand/collapse state on first page load; null preserves current. Renderer may auto-expand on active incidents

Response

OK

data
object
required