Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 911 Bytes

IntegrationConfigurationPost.md

File metadata and controls

17 lines (9 loc) · 911 Bytes

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 List<String> Tags for the integration [optional]
configValues Map<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]