PATCH/api/v2/projects/projectKey/flags/featureFlagKey/environments/environmentKey/scheduled-changes/id
Path Parameters
Query Parameters
Body Parameters
      • key
        value
      • key
        value
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 '{
> "instructions": [
> {
> "kind": "replaceScheduledChangesInstructions",
> "value": [
> {
> "kind": "turnFlagOff"
> }
> ]
> }
> ],
> "comment": "Optional comment describing the update to the scheduled changes"
>}'
Response