Required. Data table rows to replace the existing data table rows. A maximum of 1000 rows (for sync requests) or 2000 rows (for async requests) can be replaced in a single request. Total size of the rows should be less than 4MB.
Response body
If successful, the response body contains an instance of Operation.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-22 UTC."],[[["This API endpoint, `projects.locations.instances.dataTables.dataTableRows.bulkReplaceAsync`, asynchronously replaces all existing rows in a data table with new rows."],["The HTTP request is a `POST` operation to the specified URL, requiring a `parent` path parameter defining the data table's resource ID."],["The request body must contain an array of `requests` objects, where each object represents a data table row to be added, with limits of 1000 rows for sync or 2000 rows for async, and a maximum total size of 4MB."],["Successful calls return an `Operation` object in the response body, indicating the status of the asynchronous replacement operation."],["Authorization requires the OAuth scope `https://www.googleapis.com/auth/cloud-platform` and the IAM permission `chronicle.dataTableRows.asyncBulkReplace` on the `parent` resource."]]],[]]