Update integration configuration

Update an integration configuration. Updating an integration 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).

Authentication

Authorizationstring
API Key authentication via header

Path parameters

integrationConfigurationIdstringRequiredformat: "string"
The ID of the integration configuration

Request

This endpoint expects a list of objects.
opstringRequired
The type of operation to perform
pathstringRequired
A JSON Pointer string specifying the part of the document to operate on
valueanyOptional
A JSON value used in "add", "replace", and "test" operations

Response

Integration configuration response
_idstring
The unique identifier for this integration configuration
namestring

A human-friendly name for the integration

_createdAtlong
The time the integration configuration was created
_integrationKeystring
The type of integration
tagslist of strings
An array of tags for this integration
enabledboolean
Whether the integration is currently active
_accessobject
Details on the allowed and denied actions for this integration configuration
configValuesmap from strings to any

Details on configuration for an integration of this type. Refer to the formVariables field in the corresponding manifest.json for a full list of fields for each integration.

capabilityConfigobject
The capability configuration for the integration
snowflakeSetupScriptstring

Consolidated SQL script for Snowflake Warehouse Native Experimentation setup. Present only for snowflake-experimentation integrations.

Errors

400
Bad Request Error
403
Forbidden Error
404
Not Found Error
409
Conflict Error
429
Too Many Requests Error