From 06e21268ab21e1c6c94e652c30cbcc6af35aef98 Mon Sep 17 00:00:00 2001 From: Blag Date: Mon, 22 Apr 2024 12:04:26 -0400 Subject: [PATCH] snake_case is lower case --- lib/nylas/resources/auth.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/nylas/resources/auth.rb b/lib/nylas/resources/auth.rb index 77fb4bd7..cd3d52da 100644 --- a/lib/nylas/resources/auth.rb +++ b/lib/nylas/resources/auth.rb @@ -20,7 +20,7 @@ class Auth < Resource # # @param ID of the request. # @return [Hash] Token Info. - def access_Token_Info(query_params: nil) + def access_token_info(query_params: nil) get( path: "#{api_uri}/v3/connect/tokeninfo", query_params: query_params