Skip to content
This repository was archived by the owner on Jul 13, 2023. It is now read-only.

Commit 4d1b1d3

Browse files
yoshi-automationalexander-fenster
authored andcommitted
fix: proper routing headers
1 parent edc5a37 commit 4d1b1d3

File tree

2 files changed

+4
-3879
lines changed

2 files changed

+4
-3879
lines changed

src/v1beta1/recaptcha_enterprise_service_v1_beta1_client.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -693,7 +693,7 @@ export class RecaptchaEnterpriseServiceV1Beta1Client {
693693
options.otherArgs.headers[
694694
'x-goog-request-params'
695695
] = gax.routingHeader.fromParams({
696-
key_name: request.key!.name || '',
696+
'key.name': request.key!.name || '',
697697
});
698698
return this._innerApiCalls.updateKey(request, options, callback);
699699
}

0 commit comments

Comments
 (0)