Update Batch
Updates the metadata for a specific batch. Only metadata can be updated after batch creation.
Documentation Index
Fetch the complete documentation index at: https://docs.olostep.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer , where is your auth token.
Path Parameters
The ID of the batch to update.
Body
Set of key-value pairs for storing additional information about an object. Follows Stripe's approach with validation rules: max 50 keys, key max 40 characters (no square brackets), value max 500 characters, all values stored as strings.
{
"order_id": "12345",
"customer_name": "John Doe",
"priority": "high",
"processed": "true"
}Response
Batch metadata updated successfully.
Batch ID
The kind of object. "batch" for this endpoint.
in_progress or completed
Created epoch
Count of URLs in the batch
Count of completed URLs
Set of key-value pairs for storing additional information about an object. Follows Stripe's approach with validation rules: max 50 keys, key max 40 characters (no square brackets), value max 500 characters, all values stored as strings.
{
"order_id": "12345",
"customer_name": "John Doe",
"priority": "high",
"processed": "true"
}