POST/api/v2/projects/projectKey/flags/featureFlagKey/environments/environmentKey/scheduled-changes
Path Parameters
Query Parameters
Body Parameters
      • key
        value
View in API Reference
Request
$curl -X POST https://app.launchdarkly.com/api/v2/projects/projectKey/flags/featureFlagKey/environments/environmentKey/scheduled-changes \
> -H "Authorization: " \
> -H "Content-Type: application/json" \
> -d '{
> "executionDate": 1718467200000,
> "instructions": [
> {
> "kind": "turnFlagOn"
> }
> ],
> "comment": "Optional comment describing the scheduled changes"
>}'
Response