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

Latest commit

 

History

History
15 lines (12 loc) · 1.44 KB

File metadata and controls

15 lines (12 loc) · 1.44 KB

# CreateCopyFlagConfigApprovalRequestRequest

Properties

Name Type Description Notes
comment string Optional comment describing the approval request [optional]
description string A brief description of your changes
notify_member_ids string[] An array of member IDs. These members are notified to review the approval request. [optional]
notify_team_keys string[] An array of team keys. The members of these teams are notified to review the approval request. [optional]
source \LaunchDarklyApi\Model\SourceFlag
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 neither are included, 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 neither are included, then all flag changes will be copied. [optional]

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