Skip to content
This repository was archived by the owner on Feb 3, 2026. It is now read-only.

Latest commit

 

History

History
26 lines (13 loc) · 1.21 KB

File metadata and controls

26 lines (13 loc) · 1.21 KB

LaunchDarklyApi.InstructionUserRequest

Properties

Name Type Description Notes
kind String The type of change to make to the removal date for this user from individual targeting for this flag.
flagKey String The flag key
variationId String ID of a variation on the flag
value Number The time, in Unix milliseconds, when LaunchDarkly should remove the user from individual targeting for this flag. Required if <code>kind</code> is <code>addExpireUserTargetDate</code> or <code>updateExpireUserTargetDate</code>. [optional]
version Number The version of the expiring user target to update. Optional and only used if <code>kind</code> is <code>updateExpireUserTargetDate</code>. If included, update will fail if version doesn't match current version of the expiring user target. [optional]

Enum: KindEnum

  • addExpireUserTargetDate (value: "addExpireUserTargetDate")

  • updateExpireUserTargetDate (value: "updateExpireUserTargetDate")

  • removeExpireUserTargetDate (value: "removeExpireUserTargetDate")