From 4a2b1e7faf809eb04ac7346cc87bee04aa308754 Mon Sep 17 00:00:00 2001 From: Victor Westerlund Date: Thu, 27 Apr 2023 17:39:29 +0200 Subject: [PATCH] wip: 1682609969 --- src/Reflect/Client.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Reflect/Client.php b/src/Reflect/Client.php index 7c1aa15..cc120d9 100644 --- a/src/Reflect/Client.php +++ b/src/Reflect/Client.php @@ -62,7 +62,7 @@ // Append Authentication header if API key is provided if (!empty($this->_key)) { - $headers[] = "Applications: Bearar {$this->_key}"; + $headers[] = "Authorization: Bearer {$this->_key}"; } // Append new line chars to each header