From 4a3291815e2f7efe0756b42ceba7767c9cd32d74 Mon Sep 17 00:00:00 2001 From: Filimoni Naisua <124099524+fnaisua@users.noreply.github.com> Date: Sat, 15 Nov 2025 18:20:14 -0500 Subject: [PATCH] Fix authorization token configuration in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fd64d2e..6f1d141 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ const ORGANIZATION_API_KEY_TOKEN = ''; // Organizatio ### Configure authorization ```php $config = Configuration::getDefaultConfiguration() - ->setRestApiKeyToken(REST_API_KEY_TOKEN) + ->setAppKeyToken(REST_API_KEY_TOKEN) ->setOrganizationApiKeyToken(ORGANIZATION_API_KEY_TOKEN); $apiInstance = new DefaultApi(