Table
Metadata

Update table schema metadata

Replace the schema metadata for table id with the provided key-value pairs.

REST NAMESPACE ONLY REST namespace uses a direct object (map of string to string) as both request and response body instead of the wrapped UpdateTableSchemaMetadataRequest and UpdateTableSchemaMetadataResponse.

post/v1/table/{id}/schema_metadata/update

Request body

object required

Schema metadata key-value pairs

Response

Schema metadata update result

object required

The updated schema metadata

Changes