pub async fn set(
client: &impl Client,
mount: &str,
opts: Option<&mut SetConfigurationRequestBuilder>,
) -> Result<(), ClientError>
Expand description
Update the configuration of the mounted KV engine
pub async fn set(
client: &impl Client,
mount: &str,
opts: Option<&mut SetConfigurationRequestBuilder>,
) -> Result<(), ClientError>
Update the configuration of the mounted KV engine