Skip to content

Files

Latest commit

b5039f8 · Nov 21, 2022

History

History
18 lines (12 loc) · 488 Bytes

ActionInput.md

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"}]}
)