pub async fn extras_table_configs_update(
configuration: &Configuration,
id: i32,
table_config_request: TableConfigRequest,
) -> Result<TableConfig, Error<ExtrasTableConfigsUpdateError>>Expand description
Put a table config object.
pub async fn extras_table_configs_update(
configuration: &Configuration,
id: i32,
table_config_request: TableConfigRequest,
) -> Result<TableConfig, Error<ExtrasTableConfigsUpdateError>>Put a table config object.