pub async fn edit_auth_key(
configuration: &Configuration,
auth_key_id: &str,
edit_auth_key_request: Option<EditAuthKeyRequest>,
) -> Result<GetAuthKeyById200Response, Error<EditAuthKeyError>>
pub async fn edit_auth_key(
configuration: &Configuration,
auth_key_id: &str,
edit_auth_key_request: Option<EditAuthKeyRequest>,
) -> Result<GetAuthKeyById200Response, Error<EditAuthKeyError>>