PATCH/api/v2/engineering-insights/deployments/deploymentID
Path Parameters
Body
View in API Reference
Request
$curl -X PATCH https://app.launchdarkly.com/api/v2/engineering-insights/deployments/deploymentID \
> -H "Authorization: " \
> -H "Content-Type: application/json" \
> -d '[
> {
> "op": "replace",
> "path": "/status",
> "value": "finished"
> }
>]'
Response