Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 494 Bytes

ActionInputRep.md

File metadata and controls

18 lines (12 loc) · 494 Bytes

LaunchDarklyApi::ActionInputRep

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::ActionInputRep.new(
  instructions: {"instructions": [{ "kind": "turnFlagOn"}]}
)