POST/api/v2/engineering-insights/deployment-events
Body Parameters
View in API Reference
Request
$curl -X POST https://app.launchdarkly.com/api/v2/engineering-insights/deployment-events \
> -H "Authorization: " \
> -H "Content-Type: application/json" \
> -d '{
> "projectKey": "default",
> "environmentKey": "production",
> "applicationKey": "billing-service",
> "version": "a90a8a2",
> "eventType": "started"
>}'
Response