Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 488 Bytes

File metadata and controls

18 lines (12 loc) · 488 Bytes

LaunchDarklyApi::ActionInput

Properties

Name Type Description Notes
instructions Object An array of instructions for the stage. Each object in the array uses the semantic patch format for updating a feature flag. [optional]

Example

require 'launchdarkly_api'

instance = LaunchDarklyApi::ActionInput.new(
  instructions: {"instructions": [{ "kind": "turnFlagOn"}]}
)