updateApiKey method
Implementation
Future<OpenRouterManagedApiKey> updateApiKey(
String hash,
OpenRouterUpdateApiKeyRequest request,
) => updateKey(hash, request);
Future<OpenRouterManagedApiKey> updateApiKey(
String hash,
OpenRouterUpdateApiKeyRequest request,
) => updateKey(hash, request);