vaultrs::kv2

Function set_metadata

source
pub async fn set_metadata(
    client: &impl Client,
    mount: &str,
    path: &str,
    opts: Option<&mut SetSecretMetadataRequestBuilder>,
) -> Result<(), ClientError>
Expand description

Sets the value of the secret at the given path

See SetSecretMetadataRequest