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).
Path parameters
projectKey
The project key
environmentKey
The environment key
integrationKey
The integration key
id
The configuration ID
Headers
Authorization
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
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