From ea274419ed897fcf011aad0ed436814d96049121 Mon Sep 17 00:00:00 2001 From: ilyasmez Date: Sat, 23 Apr 2022 11:45:23 +0100 Subject: [PATCH] docs: Fix ContactsApi example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7fcd939..789586e 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ const apiInstance = new SibApiV3Sdk.ContactsApi() // Configure API key authorization: apiKey -apiInstance.setApiKey(SibApiV3Sdk.AccountApiApiKeys.apiKey, 'YOUR API KEY') +apiInstance.setApiKey(SibApiV3Sdk.ContactsApiApiKeys.apiKey, 'YOUR API KEY') const limit = 10 // Number | Number of documents per page const offset = 0 // Number | Index of the first document of the page