Authorizations
Path Parameters
The Ampersand project ID or project name.
The destination ID.
Body
application/json
Array of field paths specifying which fields to update. Allowed values include:
- name
- metadata.url
- metadata.headers
- metadata.region
- metadata.streamName
- metadata.endpointUrl
- metadata.partitionKeyTemplate
- secrets.awsKeyId
- secrets.awsSecretKey
- secrets.awsSessionToken
Example:
[
"name",
"metadata.url",
"metadata.region",
"metadata.streamName"
]
Response
Updated
The destination ID.
User-defined name for the destination
Example:
"leadConvertedWebhook"
The type of the destination
Example:
"webhook"
The time the destination was created.
The time the destination was updated.
Destination secrets (only included when includeSecrets is true)