Skip to content

Latest commit

 

History

History
45 lines (29 loc) · 2.05 KB

File metadata and controls

45 lines (29 loc) · 2.05 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
UPDATE_ON "updateOn"
UPDATE_RULES "updateRules"
UPDATE_FALLTHROUGH "updateFallthrough"
UPDATE_OFF_VARIATION "updateOffVariation"
UPDATE_PREREQUISITES "updatePrerequisites"
UPDATE_TARGETS "updateTargets"
UPDATE_FLAG_CONFIG_MIGRATION_SETTINGS "updateFlagConfigMigrationSettings"

Enum: List<ExcludedActionsEnum>

Name Value
UPDATE_ON "updateOn"
UPDATE_RULES "updateRules"
UPDATE_FALLTHROUGH "updateFallthrough"
UPDATE_OFF_VARIATION "updateOffVariation"
UPDATE_PREREQUISITES "updatePrerequisites"
UPDATE_TARGETS "updateTargets"
UPDATE_FLAG_CONFIG_MIGRATION_SETTINGS "updateFlagConfigMigrationSettings"