Create a flag import configuration

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 formVariables in the manifest.json for this integration. It varies slightly based on the integrationKey.

Path parameters

projectKeystringRequired

The project key

integrationKeystringRequired

The integration key

Request

This endpoint expects an object.
configmap from strings to anyRequired

The global configuration settings, as specified by the formVariables in the manifest.json for this configuration.

tagslist of stringsOptional

Tags to associate with the configuration

namestringOptional

Name to identify the configuration

Response

Flag Import Configuration response

_idstring

The integration ID

integrationKeyenum
Allowed values: splitunleash

The integration key

projectKeystring

The project key

configmap from strings to any

The configuration for the given import integration. Only included when requesting a single integration by ID. Refer to the formVariables field in the corresponding manifest.json for a full list of fields for each integration.

tagslist of strings

List of tags for this configuration

namestring

Name of the configuration

versioninteger

Version of the current configuration

_statusobject

Details on the status of the import job

_accessobjectOptional

Details on the allowed and denied actions for this configuration

Errors

Built with