Update delivery configuration
Update an integration delivery configuration. Updating an integration delivery 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
projectKey
The project key
environmentKey
The environment key
integrationKey
The integration key
id
The configuration 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
A JSON value used in "add", "replace", and "test" operations
Response
Integration delivery configuration response
_links
The location and content type of related resources
_id
The integration ID
integrationKey
The integration key
projectKey
The project key
environmentKey
The environment key
config
The delivery configuration for the given integration provider. 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.
on
Whether the configuration is turned on
name
Name of the configuration
version
Version of the current configuration
_access
Details on the allowed and denied actions for this configuration
Errors
400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
422
Unprocessable Entity Error
429
Too Many Requests Error