PATCH/api/v2/projects/projectKey/environments/environmentKey/experiments/experimentKey
Path Parameters
Body Parameters
View in API Reference
Request
$curl -X PATCH https://app.launchdarkly.com/api/v2/projects/projectKey/environments/environmentKey/experiments/experimentKey \
> -H "Authorization: " \
> -H "Content-Type: application/json" \
> -d '{
> "comment": "Example comment describing the update"
>}'
Response