Update a flag import configuration
Updating a flag import configuration uses a [JSON patch](https://datatracker.ietf.org/doc/html/rfc6902) representation of the desired changes. To learn more, read [Updates](https://launchdarkly.com/docs/api#updates).<br/><br/>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.<br/><br/>You can update the `config`, `tags`, and `name` of the flag import configuration.
Authentication
Authorizationstring
API Key authentication via header
Path parameters
projectKey
The project key
integrationKey
The integration key
integrationId
The integration ID
Request
This endpoint expects a list of objects.
op
The type of operation to perform
path
A JSON Pointer string specifying the part of the document to operate on
value
Response
Flag import response
_links
The location and content type of related resources
_id
The integration ID
integrationKey
The integration key
Allowed values:
projectKey
The project key
config
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.
name
Name of the configuration
version
Version of the current configuration
_status
Details on the status of the import job
_access
Details on the allowed and denied actions for this configuration