Identifier. The resource name of the data table Format: projects/{project}/locations/{location}/instances/{instance}/dataTables/{data_table}/dataTableRows/{data_table_row}
Optional. The list of fields to update. When no field mask is supplied, all non-empty fields will be updated. A field mask of "*" will update all fields, whether empty or not.
This is a comma-separated list of fully qualified names of fields. Example: "user.displayName,photo".
Request body
The request body contains an instance of DataTableRow.
Response body
If successful, the response body contains an instance of DataTableRow.
[[["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-03-27 UTC."],[[["This webpage details how to update a data table row within the Chronicle API using the `projects.locations.instances.dataTables.dataTableRows.patch` method."],["The request requires a `PATCH` request to the specified URL, including the data table row's resource name in the path, along with the `dataTableRow.name` as a path parameter."],["Optional `updateMask` query parameter is available to specify which fields within the data table row should be updated."],["The request body should contain an instance of the `DataTableRow` resource, and a successful response will also return an instance of `DataTableRow`."],["Updating data table rows requires the OAuth scope `https://www.googleapis.com/auth/cloud-platform` and the IAM permission `chronicle.dataTableRows.update`."]]],[]]