Skip to content

Commit

Permalink
fix: proper routing headers
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation authored and alexander-fenster committed Jan 9, 2020
1 parent edc5a37 commit 4d1b1d3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3,879 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -693,7 +693,7 @@ export class RecaptchaEnterpriseServiceV1Beta1Client {
options.otherArgs.headers[
'x-goog-request-params'
] = gax.routingHeader.fromParams({
key_name: request.key!.name || '',
'key.name': request.key!.name || '',
});
return this._innerApiCalls.updateKey(request, options, callback);
}
Expand Down
Loading

0 comments on commit 4d1b1d3

Please sign in to comment.