LaunchDarklyApi::PatchFlagsRequest Properties Name Type Description Notes comment String Optional comment describing the change [optional] instructions Array<Hash> The instructions to perform when updating Example require 'launchdarkly_api' instance = LaunchDarklyApi::PatchFlagsRequest.new( comment: optional comment, instructions: [{"kind":"addExpireUserTargetDate","userKey":"sandy","value":1686412800000,"variationId":"ce12d345-a1b2-4fb5-a123-ab123d4d5f5d"}] )