v3

latestOpenAPI 3.1.02026-07-3153169140.2 KB
table

Update Table

patch/v1/workspaces/{workspace_id}/catalogs/{catalog_id}/schemas/{schema_id}/tables/{table_id}

Path parameters

workspace_idstring required
catalog_idstring required
schema_idstring required
table_idstring required

Query parameters

updateMaskstring nullable

Request body

namestring

Resource name in the form workspaces/{workspace}/catalogs/{catalog}/schemas/{schema}/tables/{table}.

The terminal resource ID is the SQL-visible table name.

createTimestring date-time nullable

Time at which the table was created.

updateTimestring date-time nullable

Time at which the table was most recently updated.

revisioninteger

Monotonically increasing revision of this table definition.

revisionHashstring

Lowercase SHA-256 hash of the canonical stored table definition.

Response

Successful Response

namestring required

Resource name in the form workspaces/{workspace}/catalogs/{catalog}/schemas/{schema}/tables/{table}.

The terminal resource ID is the SQL-visible table name.

createTimestring nullable

Time at which the table was created.

updateTimestring nullable

Time at which the table was most recently updated.

revisionstring

Monotonically increasing revision of this table definition.

revisionHashstring

Lowercase SHA-256 hash of the canonical stored table definition.