Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 536 Bytes

ValuePut.md

File metadata and controls

20 lines (14 loc) · 536 Bytes

LaunchDarklyApi::ValuePut

Properties

Name Type Description Notes
setting Object The variation value to set for the user. Must match the flag's variation type. [optional]
comment String Optional comment describing the change [optional]

Example

require 'launchdarkly_api'

instance = LaunchDarklyApi::ValuePut.new(
  setting: existing_variation_value_to_use,
  comment: make sure this user experiences a specific variation
)