Rename a batch or edit its schedule (metadata only)

View as Markdown

Updates batch metadata only — name and/or scheduled_for — without touching contacts or the call queue. Use the reschedule endpoint instead if contacts or timing need to be pushed to the call server.

Authentication

hollr-api-keystring

API key issued for your account. Every request is logged and rate-limited against this key.

Path parameters

batch_idstringRequiredformat: "uuid"
UUID of the batch.

Request

This endpoint expects an object.
namestringOptional
scheduled_fordatetimeOptional

Response

Batch updated.
statusstringOptional
batchobjectOptional

Errors

400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
429
Too Many Requests Error
500
Internal Server Error