Update a batch job
Updates the mutable fields of an existing batch job: name, tags, and scopes. The job must not be in a terminal state (DONE, FAILED, CANCELED, or EXPIRED). Data source, event name, and column mappings are immutable after creation.
Authorizations
Path Parameters
Batch job ID.
Body
Body of a PUT /v6/batches/{batchId} request.
Updated human-readable label for the batch job. Omit to leave unchanged.
Updated access-control scopes. Accepted values: CLIENT_SUPERUSER, CLIENT_ADMIN. Omit to leave unchanged.
Updated access-control scopes. Accepted values: CLIENT_SUPERUSER, CLIENT_ADMIN. Omit to leave unchanged.
CLIENT_ADMIN, CLIENT_SUPERUSER Updated string labels for filtering and grouping. Replaces the existing tag set. Omit to leave unchanged.
Updated string labels for filtering and grouping. Replaces the existing tag set. Omit to leave unchanged.
Response
Batch job updated. Returns the full updated job record.
