Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 1.22 KB

IntegrationConfigurationPost.md

File metadata and controls

16 lines (11 loc) · 1.22 KB

IntegrationConfigurationPost

Properties

Name Type Description Notes
name str The name of the integration configuration
config_values {str: (bool, date, datetime, dict, float, int, list, str, none_type)} 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.
enabled bool Whether the integration configuration is enabled. If omitted, defaults to true [optional]
tags [str] Tags for the integration [optional]
capability_config CapabilityConfigPost [optional]
any string name bool, date, datetime, dict, float, int, list, str, none_type any string name can be used but the value must be the correct type [optional]

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