We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9472a3 commit 4a62e8cCopy full SHA for 4a62e8c
README.md
@@ -54,7 +54,7 @@ const apiInstance = new SibApiV3Sdk.ContactsApi()
54
55
// Configure API key authorization: apiKey
56
57
-apiInstance.setApiKey(SibApiV3Sdk.AccountApiApiKeys.apiKey, 'YOUR API KEY')
+apiInstance.setApiKey(SibApiV3Sdk.ContactsApiApiKeys.apiKey, 'YOUR API KEY')
58
59
const limit = 10 // Number | Number of documents per page
60
const offset = 0 // Number | Index of the first document of the page
0 commit comments