Create integration configuration
Create a new integration configuration. (Excludes persistent store and flag import configurations.)
Path parameters
integrationKey
The integration key
Headers
Authorization
Request
This endpoint expects an object.
name
The name of the integration configuration
configValues
The unique set of fields required to configure the integration. Refer to the formVariables
field in the corresponding manifest.json
at https://github.com/launchdarkly/integration-framework/tree/main/integrations for a full list of fields for the integration you wish to configure.
enabled
Whether the integration configuration is enabled. If omitted, defaults to true
capabilityConfig
The capability configuration for the integration
Response
Integration Configuration response
_links
The location and content type of related resources
_id
The unique identifier for this integration configuration
name
A human-friendly name for the integration
_createdAt
The time the integration configuration was created
_integrationKey
The type of integration
enabled
Whether the integration is currently active
_access
Details on the allowed and denied actions for this integration configuration
configValues
Details on configuration for an integration of this type. Refer to the formVariables
field in the corresponding manifest.json
for a full list of fields for each integration.
capabilityConfig
The capability configuration for the integration