Update a flag import configuration

PATCH
/api/v2/integration-capabilities/flag-import/:projectKey/:integrationKey/:integrationId

Updating a flag import configuration uses a JSON patch representation of the desired changes. To learn more, read Updates.

To add an element to the import configuration fields that are arrays, set the path to the name of the field and then append /<array index>. Use /0 to add to the beginning of the array. Use /- to add to the end of the array.

You can update the config, tags, and name of the flag import configuration.

Path parameters

projectKeystringRequired

The project key

integrationKeystringRequired

The integration key

integrationIdstringRequired

The integration ID

Request

This endpoint expects a list of objects.
list of objects

Response

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