[[["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-07-02 UTC."],[[["\u003cp\u003eThis endpoint uses a PATCH request to update an existing table, identified by its unique table ID, in the specified location.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003etable.name\u003c/code\u003e path parameter is required to specify the table to be updated, and it follows a specific format: \u003ccode\u003eprojects/{project_id_or_number}/locations/{locationId}/catalogs/{catalogId}/databases/{databaseId}/tables/{tableId}\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eupdateMask\u003c/code\u003e query parameter is optional and allows specifying which fields to update, using a comma-separated list of field names in the \u003ccode\u003eFieldMask\u003c/code\u003e format.\u003c/p\u003e\n"],["\u003cp\u003eThe request body should contain a \u003ccode\u003eTable\u003c/code\u003e instance with the updated information, and a successful response will also return a \u003ccode\u003eTable\u003c/code\u003e instance.\u003c/p\u003e\n"],["\u003cp\u003eTo use this endpoint, the request needs to be authenticated with one of the following OAuth scopes: \u003ccode\u003ehttps://www.googleapis.com/auth/bigquery\u003c/code\u003e or \u003ccode\u003ehttps://www.googleapis.com/auth/cloud-platform\u003c/code\u003e, and needs to have the \u003ccode\u003ebiglake.tables.update\u003c/code\u003e IAM permission.\u003c/p\u003e\n"]]],[],null,["# Method: projects.locations.catalogs.databases.tables.patch\n\n- [HTTP request](#body.HTTP_TEMPLATE)\n- [Path parameters](#body.PATH_PARAMETERS)\n- [Query parameters](#body.QUERY_PARAMETERS)\n- [Request body](#body.request_body)\n- [Response body](#body.response_body)\n- [Authorization Scopes](#body.aspect)\n- [IAM Permissions](#body.aspect_1)\n- [Try it!](#try-it)\n\nUpdates an existing table specified by the table ID.\n\n### HTTP request\n\n`PATCH https://biglake.googleapis.com/v1/{table.name=projects/*/locations/*/catalogs/*/databases/*/tables/*}`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n### Query parameters\n\n### Request body\n\nThe request body contains an instance of [Table](/bigquery/docs/reference/biglake/rest/v1/projects.locations.catalogs.databases.tables#Table).\n\n### Response body\n\nIf successful, the response body contains an instance of [Table](/bigquery/docs/reference/biglake/rest/v1/projects.locations.catalogs.databases.tables#Table).\n\n### Authorization Scopes\n\nRequires one of the following OAuth scopes:\n\n- `https://www.googleapis.com/auth/bigquery`\n- `https://www.googleapis.com/auth/cloud-platform`\n\nFor more information, see the [Authentication Overview](https://cloud.google.com/docs/authentication/).\n\n### IAM Permissions\n\nRequires the following [IAM](https://cloud.google.com/iam/docs) permission on the `name` resource:\n\n- `biglake.tables.update`\n\nFor more information, see the [IAM documentation](https://cloud.google.com/iam/docs)."]]