provider Flag import configurations (beta) POST /api/v2/integration-capabilities/flag-import/{projectKey}/{integrationKey}
@utdk/launchdarkly /api/v2/integration-capabilities/flag-import/{projectKey}/{integrationKey}
Create a flag import configuration
Create a new flag import configuration. The `integrationKey` path parameter identifies the feature management system from which the import occurs, for example, `split`. The `config` object in the request body schema is described by the global integration settings, as specified by the <code>formVariables</code> in the <code>manifest.json</code> for this integration. It varies slightly based on the `integrationKey`.
projectKey path required
The project key
string
integrationKey path required
The integration key
string

Try it

Authentication
Configure credentials for LaunchDarkly REST API
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.

Saved automatically to browser storage.

createflagimportconfiguration
POST/api/v2/integration-capabilities/flag-import/{projectKey}/{integrationKey}
Create a new flag import configuration. The `integrationKey` path parameter identifies the feature management system from which the import occurs, for example, `split`. The `config` object in the request body schema is described by the global integration settings, as specified by the <code>formVariables</code> in the <code>manifest.json</code> for this integration. It varies slightly based on the `integrationKey`.

Parameters

required

The project key

required

The integration key

Input

required

Tags to associate with the configuration

Name to identify the configuration

Enter a gateway URL above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import launchdarkly from '@utdk/launchdarkly';

await launchdarkly.createflagimportconfiguration()