updateApiKey method

Implementation

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