Skip to main content
POST
Bulk update production batch status

Authorizations

Authorization
string
header
required

Authenticate using a bearer token. To create a token, navigate to /settings/api-tokens and click Create API Token.

Body

application/json
batch_ids
integer[]
required

IDs of the production batches to update.

Minimum array length: 1
status
enum<string>
required

New status to apply to the batches.

Available options:
draft,
planned,
in_progress

Response

Successful response

data
object