Skip to content

Latest commit

 

History

History
45 lines (29 loc) · 2.03 KB

FlagCopyConfigPost.md

File metadata and controls

45 lines (29 loc) · 2.03 KB

FlagCopyConfigPost

Properties

Name Type Description Notes
source FlagCopyConfigEnvironment
target FlagCopyConfigEnvironment
comment String Optional comment [optional]
includedActions List<IncludedActionsEnum> 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 List<ExcludedActionsEnum> 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: List<IncludedActionsEnum>

Name Value
UPDATEON "updateOn"
UPDATERULES "updateRules"
UPDATEFALLTHROUGH "updateFallthrough"
UPDATEOFFVARIATION "updateOffVariation"
UPDATEPREREQUISITES "updatePrerequisites"
UPDATETARGETS "updateTargets"
UPDATEFLAGCONFIGMIGRATIONSETTINGS "updateFlagConfigMigrationSettings"

Enum: List<ExcludedActionsEnum>

Name Value
UPDATEON "updateOn"
UPDATERULES "updateRules"
UPDATEFALLTHROUGH "updateFallthrough"
UPDATEOFFVARIATION "updateOffVariation"
UPDATEPREREQUISITES "updatePrerequisites"
UPDATETARGETS "updateTargets"
UPDATEFLAGCONFIGMIGRATIONSETTINGS "updateFlagConfigMigrationSettings"