pub async fn kv_store_put(
configuration: &mut Configuration,
params: KvStorePutParams,
) -> Result<(), Error<KvStorePutError>>Expand description
Update the name of a KV store.
pub async fn kv_store_put(
configuration: &mut Configuration,
params: KvStorePutParams,
) -> Result<(), Error<KvStorePutError>>Update the name of a KV store.