From 809ce8d692e6c772af384de8eade4f5b9462b013 Mon Sep 17 00:00:00 2001 From: Danilo Grieco Date: Wed, 17 Apr 2024 12:37:48 +0200 Subject: [PATCH] Fixed typo --- lib/sharepoint/client.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/sharepoint/client.rb b/lib/sharepoint/client.rb index 02469c6..5046fd4 100644 --- a/lib/sharepoint/client.rb +++ b/lib/sharepoint/client.rb @@ -515,7 +515,7 @@ def with_authentication_header(h) end def auth_header - {"Authentication" => bearer_auth } + {"Authorization" => bearer_auth } end def base_url