Update Data Export destination

PATCH
/api/v2/destinations/:projectKey/:environmentKey/:id

Update a Data Export destination. Updating a destination uses a JSON patch or JSON merge patch representation of the desired changes. To learn more, read Updates.

Path parameters

projectKeystringRequired

The project key

environmentKeystringRequired

The environment key

idstringRequired

The Data Export destination ID

Request

This endpoint expects a list of objects.
list of objects

Response

Destination response

_idstringOptional

The ID of this Data Export destination

namestringOptional

A human-readable name for your Data Export destination

kindenumOptional

The type of Data Export destination

versiondoubleOptional
configanyOptional
onbooleanOptional

Whether the export is on, that is, the status of the integration

_accessobjectOptional

Details on the allowed and denied actions for this Data Export destination

Errors

Built with