Insights scores (beta)
Create insight group
Create insight group
post/api/v2/engineering-insights/insights/group
Request body
Example request
{
"name": "Production - All Apps",
"key": "default-production-all-apps",
"projectKey": "default",
"environmentKey": "production",
"applicationKeys": [
"billing-service",
"inventory-service"
]
}Response
Created