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 DataTable.
Response body
If successful, the response body contains an instance of DataTable.
[[["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 endpoint updates an existing data table resource using the `PATCH` method at the specified `dataTable.name`."],["The `updateMask` query parameter allows for partial updates by specifying which fields of the data table should be modified."],["The request body should contain the `DataTable` instance with the updated data, which is then returned in the response body upon successful execution."],["To authorize, requests need the `https://www.googleapis.com/auth/cloud-platform` OAuth scope and the `chronicle.dataTables.update` IAM permission on the `name` resource."],["The endpoint is located at `https://chronicle.googleapis.com/v1alpha/{dataTable.name}`, and `dataTable.name` represents the path parameter string formatted as \"{project}/locations/{region}/instances/{instance}/dataTables/{data_table}\"."]]],[]]