Update Data Export destination
Update a Data Export destination. Updating a destination uses a [JSON patch](https://datatracker.ietf.org/doc/html/rfc6902) or [JSON merge patch](https://datatracker.ietf.org/doc/html/rfc7386) 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
id
The Data Export destination ID
Request
This endpoint expects a list of objects.
Response
Destination response
_id
The ID of this Data Export destination
_links
The location and content type of related resources
name
A human-readable name for your Data Export destination
kind
The type of Data Export destination
version
config
An object with the configuration parameters required for the destination type
on
Whether the export is on, that is, the status of the integration
createdAt
Timestamp of when the Data Export destination was created (as Unix milliseconds since epoch)
_access
Details on the allowed and denied actions for this Data Export destination
Errors
400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
409
Conflict Error
429
Too Many Requests Error