pub async fn update_table(
configuration: &Configuration,
id: &str,
update_table_request: UpdateTableRequest,
delimiter: Option<&str>,
) -> Result<UpdateTableResponse, Error<UpdateTableError>>
Expand description
Update existing rows in table id
.