Skip to main content
PUT
Rename or update a batch

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

apiKey
string | null

Path Parameters

batch_id
string
required

Body

application/json
batch_name
string | null

New name for the batch

refresh
boolean | null

Whether the batch should be marked for refresh

Response

Batch updated successfully