v5

latestOpenAPI 3.0.3Apache 2.0raw.githubusercontent.com2026-02-283466592.5 MB
Insights scores (beta)

Patch insight group

Update an insight group. Updating an insight group uses a JSON patch representation of the desired changes. To learn more, read Updates.

patch/api/v2/engineering-insights/insights/groups/{insightGroupKey}

Path parameters

insightGroupKeystring string required

The insight group key

The insight group key

Request body

opstring required

The type of operation to perform

pathstring required

A JSON Pointer string specifying the part of the document to operate on

valuestring

A JSON value used in "add", "replace", and "test" operations

Example request

[
  {
    "op": "replace",
    "path": "/exampleField",
    "value": "new example value"
  }
]

Response

Insight group response

keystring required

The insight group key

namestring required

The insight group name

projectKeystring required

The project key

environmentKeystring required

The environment key

applicationKeysstring[]

The application keys

createdAtinteger required