Skip to main content
PATCH
Update a group

Authorizations

Authorization
string
header
required

Team API key sent as a Bearer token. Create a key in Wirespeed under Settings → Team. See https://docs.wirespeed.co/api-reference/authentication.

Path Parameters

id
string
required

Group ID

Body

application/json
name
string

Updated display name

description
string | null

Updated description

color
enum<string> | null

Group color

Available options:
gray,
red,
orange,
amber,
green,
teal,
blue,
indigo,
purple,
pink
chatOpsEnabled
boolean

Whether chat ops is enabled for this group

containmentEnabled
boolean

Whether containment is enabled for this group

sourceSystemUpdates
boolean

When false, outbound updates to the source security product are skipped for detections linked to assets in this group

alwaysNotify
boolean

When true, detections involving assets in this group are always escalated for notification, even when the verdict rule would resolve or only run chat ops

Response

id
string
required
teamId
string
required
name
string
required
slug
string
required
isSystem
boolean
required
entityType
enum<string>
required
Available options:
user,
endpoint,
any
chatOpsEnabled
boolean
required
containmentEnabled
boolean
required
sourceSystemUpdates
boolean
required

When false, outbound updates to the source security product are skipped for detections linked to assets in this group

alwaysNotify
boolean
required

When true, detections involving assets in this group are always escalated for notification, even when the verdict rule would resolve or only run chat ops

createdAt
string
required
description
string | null
color
enum<string> | null
Available options:
gray,
red,
orange,
amber,
green,
teal,
blue,
indigo,
purple,
pink