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 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

Headers

AuthorizationstringRequired

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
The integration key
Allowed values:
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