Skip to main content
PATCH

Authorizations

Authorization
string
header
required

Path Parameters

ledger_id
string
required

Ledger friendly ID (e.g., lgr_abc123def456)

id
string
required

Batch friendly ID (e.g., bat_abc123def456)

Body

application/json
data_point_ids
string[]

Data point friendly IDs to attach as the batch's inputs. Replaces the current set. Unknown IDs return 422.

batch_amounts
object[]

Upstream batch allocations. Replaces the current set. An unknown batch_id returns 404.

skipped_data_point_type_ids
integer[]

Numeric data point type IDs to skip. Each skipped type is recorded as a zero-value skipped_input placeholder so the batch stays auditable. Replaces the current set. Unknown or out-of-config IDs return 422.

Response

200