Function edit_auth_key

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