Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 883 Bytes

IntegrationConfigurationPost.md

File metadata and controls

13 lines (9 loc) · 883 Bytes

LaunchDarklyApi.IntegrationConfigurationPost

Properties

Name Type Description Notes
name String The name of the integration configuration
enabled Boolean Whether the integration configuration is enabled. If omitted, defaults to true [optional]
tags [String] Tags for the integration [optional]
configValues {String: Object} The unique set of fields required to configure the integration. Refer to the <code>formVariables</code> field in the corresponding <code>manifest.json</code> at https://github.com/launchdarkly/integration-framework/tree/main/integrations for a full list of fields for the integration you wish to configure.
capabilityConfig CapabilityConfigPost [optional]