Skip to content

Commit 0b9e4b4

Browse files
APIv3-csharp-library-v3.1.0
1 parent 3b63234 commit 0b9e4b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ namespace Example
6060
// Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
6161
// Configuration.Default.ApiKeyPrefix.Add("api-key", "Bearer");
6262
// Configure API key authorization: partner-key
63-
Configuration.Default.ApiKey.Add("partner-key", "YOUR_API_KEY");
63+
Configuration.Default.ApiKey.Add("partner-key", "YOUR_PARTNER_KEY");
6464
// Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
6565
// Configuration.Default.ApiKeyPrefix.Add("partner-key", "Bearer");
6666

0 commit comments

Comments
 (0)