v14

latestOpenAPI 3.0.0raw.githubusercontent.com2026-05-279719892.3 MB
Rows

Replace rows in batch in draft table

Replaces multiple rows as a batch in the draft version of the table, with a maximum of 100 rows per call. See the endpoint PUT /tables/{tableIdOrName}/rows/{rowId}/draft for details on updating a single row.

post/cms/hubdb/2026-03/tables/{tableIdOrName}/rows/draft/batch/replace

Path parameters

tableIdOrNamestring required

Request body

Response

successful operation

completedAtstring date-time required

The timestamp indicating when the batch processing was completed.

linksobject

A collection of related links associated with the batch response.

requestedAtstring date-time

The timestamp indicating when the batch request was made.

startedAtstring date-time required

The timestamp indicating when the batch processing began.

status'CANCELED' | 'COMPLETE' | 'PENDING' | 'PROCESSING' required

The current status of the batch operation, with possible values: CANCELED, COMPLETE, PENDING, PROCESSING.