Skip to content

Latest commit

 

History

History
55 lines (25 loc) · 1.83 KB

FlagCopyConfigPost.md

File metadata and controls

55 lines (25 loc) · 1.83 KB

LaunchDarklyApi.FlagCopyConfigPost

Properties

Name Type Description Notes
source FlagCopyConfigEnvironment
target FlagCopyConfigEnvironment
comment String Optional comment [optional]
includedActions [String] Optional list of the flag changes to copy from the source environment to the target environment. You may include either <code>includedActions</code> or <code>excludedActions</code>, but not both. If you include neither, then all flag changes will be copied. [optional]
excludedActions [String] Optional list of the flag changes NOT to copy from the source environment to the target environment. You may include either <code>includedActions</code> or <code>excludedActions</code>, but not both. If you include neither, then all flag changes will be copied. [optional]

Enum: [IncludedActionsEnum]

  • updateOn (value: "updateOn")

  • updateRules (value: "updateRules")

  • updateFallthrough (value: "updateFallthrough")

  • updateOffVariation (value: "updateOffVariation")

  • updatePrerequisites (value: "updatePrerequisites")

  • updateTargets (value: "updateTargets")

  • updateFlagConfigMigrationSettings (value: "updateFlagConfigMigrationSettings")

Enum: [ExcludedActionsEnum]

  • updateOn (value: "updateOn")

  • updateRules (value: "updateRules")

  • updateFallthrough (value: "updateFallthrough")

  • updateOffVariation (value: "updateOffVariation")

  • updatePrerequisites (value: "updatePrerequisites")

  • updateTargets (value: "updateTargets")

  • updateFlagConfigMigrationSettings (value: "updateFlagConfigMigrationSettings")