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

Latest commit

 

History

History
20 lines (16 loc) · 1.54 KB

File metadata and controls

20 lines (16 loc) · 1.54 KB

LaunchDarklyApi.ApprovalRequestSettingsPatch

Properties

Name Type Description Notes
autoApplyApprovedChanges Boolean Automatically apply changes that have been approved by all reviewers. This field is only applicable for approval services other than LaunchDarkly. [optional]
bypassApprovalsForPendingChanges Boolean Whether to skip approvals for pending changes [optional]
canApplyDeclinedChanges Boolean Allow applying the change as long as at least one person has approved [optional]
canReviewOwnRequest Boolean Allow someone who makes an approval request to apply their own change [optional]
environmentKey String
minNumApprovals Number Sets the amount of approvals required before a member can apply a change. The minimum is one and the maximum is five. [optional]
required Boolean If approvals are required for this environment [optional]
requiredApprovalTags [String] Require approval only on flags with the provided tags. Otherwise all flags will require approval. [optional]
resourceKind String
serviceConfig {String: Object} Arbitrary service-specific configuration [optional]
serviceKind String Which service to use for managing approvals [optional]
serviceKindConfigurationId String Optional integration configuration ID of a custom approval integration. This is an Enterprise-only feature. [optional]