Skip to main content
POST
Merge a failure group into another

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
into_group_id
string
required

Target group id; this group merges into it.

Minimum string length: 1

Response

The target failure group.

data
object
required

Response payload.