Batches
Update batch metadata
Updates user-defined metadata fields for the batch with provided id. This includes the webhook_url. Explicitly passing an empty string for webhook_url to the request body will remove/clear any webhook url from the batch.
PUT
Authorizations
Path Parameters
Body
application/json
Webhook url to send data to upon batch completion. Provide an empty string to clear any existing webhook url assigned to the batch execution.
Example:
"https://api.example.com/updated-webhook/batch-results"