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
Example request
[
{
"op": "replace",
"path": "/exampleField",
"value": "new example value"
}
]Response
Insight group response