v1

latestOpenAPI 3.0.0Creative Commons Attribution 3.02026-07-13131943.4 KB
projects

Renames an existing table specified by the table ID.

post/v1/{+name}:rename

Path parameters

namestring required

Required. The table's name field is used to identify the table to rename. Format: projects/{project_id_or_number}/locations/{location_id}/catalogs/{catalog_id}/databases/{database_id}/tables/{table_id}

Request body

newNamestring

Required. The new name for the specified table, must be in the same database. Format: projects/{project_id_or_number}/locations/{location_id}/catalogs/{catalog_id}/databases/{database_id}/tables/{table_id}

Response

Successful response