API referenceExport destinations
PATCH /export-destinations/{destinationId}
Path Parameters
destinationId*string
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/problem+json
curl -X PATCH "https://example.com/export-destinations/string" \ -H "Content-Type: application/json" \ -d '{}'{ "$schema": "https://example.com/schemas/DestinationDTO.json", "active": true, "createdAt": "string", "destinationId": "string", "endpointUrl": "string", "envSlug": "string", "eventTypeFilter": [ "string" ], "headerKeys": [ "string" ], "name": "string", "orgId": "string", "serviceName": "string", "signals": [ "string" ], "updatedAt": "string"}active?boolean
endpointUrl?string
Format
urieventTypeFilter?array<string>
headers?
Replaces the stored header map. Never returned.
name?string
serviceName?string
signals?array<string>