Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 542 Bytes

ValuePut.md

File metadata and controls

20 lines (14 loc) · 542 Bytes

LaunchDarklyApi::ValuePut

Properties

Name Type Description Notes
setting Object The variation value to set for the context. 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 context experiences a specific variation
)