PATCH/api/v2/flags/projectKey/featureFlagKey/expiring-targets/environmentKey
Path Parameters
Body Parameters
      • key
        value
      • key
        value
      • key
        value
      • key
        value
View in API Reference
Request
$curl -X PATCH https://app.launchdarkly.com/api/v2/flags/projectKey/featureFlagKey/expiring-targets/environmentKey \
> -H "Authorization: " \
> -H "Content-Type: application/json" \
> -d '{
> "instructions": [
> {
> "kind": "addExpireUserTargetDate",
> "userKey": "sandy",
> "value": 1686412800000,
> "variationId": "ce12d345-a1b2-4fb5-a123-ab123d4d5f5d"
> }
> ]
>}'
Response