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