Skip to main content
PATCH
Update a failure group

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

Failure group ID.

Minimum string length: 1

Body

application/json
label
string
Minimum string length: 1
type
enum<string>
Available options:
app,
test
status
enum<string>
Available options:
open,
resolved
diagnosis
string
recommendation
string
fingerprint
object | null

Present → replaces the stored fingerprint wholesale; omit to keep it.

matcher
object | null

Present → replaces the stored matcher wholesale (null clears it); omit to keep it. Re-submitting an identical source + description is a no-op (no revision).

source_run_id
integer | null

Response

The updated failure group.

data
object
required

Response payload.