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.

Changes

Changed in 3 of the 14 revisions of this API.23

    • api operation id post-/cms/hubdb/2026-03/tables/{tableIdOrName}/rows/draft/batch/replace_replaceDraftTableRows removed and replaced with post-/cms/hubdb/2026-03/tables/{tableIdOrName}/rows/draft/batch/replace

      api-operation-id-removed

    This revision also has 77 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • removed the optional property from the response with the status

      response-optional-property-removed

    • removed the optional property from the response with the status

      response-optional-property-removed

    • added the success response with the status

      response-success-status-added

    This revision also has 3 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • endpoint added

      endpoint-added

    This revision also has 129 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

Of the 14 revisions, 1 has no diff computed and 2 have a changelog that could not be searched.