pub async fn update_key_with_id(
configuration: &Configuration,
key_id: &str,
key_request: Option<KeyRequest>,
) -> Result<KeyResponse, Error<UpdateKeyWithIdError>>
Expand description
Updates the key with the given Id.
pub async fn update_key_with_id(
configuration: &Configuration,
key_id: &str,
key_request: Option<KeyRequest>,
) -> Result<KeyResponse, Error<UpdateKeyWithIdError>>
Updates the key with the given Id.