Update batch metadata
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
Update batch metadata
Documentation Index
Fetch the complete documentation index at: https://docs.promptloop.com/llms.txt
Use this file to discover all available pages before exploring further.
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"
