PATCH/api/v2/projects/projectKey/environments/environmentKey/experiments/experimentKey
Path Parameters
Body Parameters
      • key
        value
      • key
        value
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 '{
> "instructions": [
> {
> "kind": "updateName",
> "value": "Updated experiment name"
> }
> ],
> "comment": "Example comment describing the update"
>}'
Response