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(