updateDataTableMetadata
inline suspend fun ConnectClient.updateDataTableMetadata(crossinline block: UpdateDataTableMetadataRequest.Builder.() -> Unit): UpdateDataTableMetadataResponse
Updates the metadata properties of a data table. Accepts all fields similar to CreateDataTable, except for fields and tags. There are no other granular update endpoints. It does not act as a patch operation - all properties must be provided or defaults will be used. Fields follow the same requirements as CreateDataTable.