Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 1019 Bytes

IntegrationConfigurationPost.md

File metadata and controls

13 lines (10 loc) · 1019 Bytes

# IntegrationConfigurationPost

Properties

Name Type Description Notes
name string The name of the integration configuration
enabled bool Whether the integration configuration is enabled. If omitted, defaults to true [optional]
tags string[] Tags for the integration [optional]
config_values array<string,mixed> 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.
capability_config \LaunchDarklyApi\Model\CapabilityConfigPost [optional]

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