[[["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 2023-04-05 UTC."],[[["This endpoint uses a PATCH request to update an existing table, identified by its unique table ID, in the specified location."],["The `table.name` path parameter is required to specify the table to be updated, and it follows a specific format: `projects/{project_id_or_number}/locations/{locationId}/catalogs/{catalogId}/databases/{databaseId}/tables/{tableId}`."],["The `updateMask` query parameter is optional and allows specifying which fields to update, using a comma-separated list of field names in the `FieldMask` format."],["The request body should contain a `Table` instance with the updated information, and a successful response will also return a `Table` instance."],["To use this endpoint, the request needs to be authenticated with one of the following OAuth scopes: `https://www.googleapis.com/auth/bigquery` or `https://www.googleapis.com/auth/cloud-platform`, and needs to have the `biglake.tables.update` IAM permission."]]],[]]