Skip to content
This repository was archived by the owner on Feb 3, 2026. It is now read-only.

Latest commit

 

History

History
13 lines (10 loc) · 1.17 KB

File metadata and controls

13 lines (10 loc) · 1.17 KB

# FlagCopyConfigPost

Properties

Name Type Description Notes
source \LaunchDarklyApi\Model\FlagCopyConfigEnvironment
target \LaunchDarklyApi\Model\FlagCopyConfigEnvironment
comment string Optional comment [optional]
included_actions 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]
excluded_actions 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]

[Back to Model list] [Back to API list] [Back to README]