POST/api/v2/engineering-insights/insights/group
Body Parameters
View in API Reference
Request
$curl -X POST https://app.launchdarkly.com/api/v2/engineering-insights/insights/group \
> -H "Authorization: " \
> -H "Content-Type: application/json" \
> -d '{
> "name": "Production - All Apps",
> "key": "default-production-all-apps",
> "projectKey": "default",
> "environmentKey": "production"
>}'
Response