We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b63234 commit 0b9e4b4Copy full SHA for 0b9e4b4
README.md
@@ -60,7 +60,7 @@ namespace Example
60
// Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
61
// Configuration.Default.ApiKeyPrefix.Add("api-key", "Bearer");
62
// Configure API key authorization: partner-key
63
- Configuration.Default.ApiKey.Add("partner-key", "YOUR_API_KEY");
+ Configuration.Default.ApiKey.Add("partner-key", "YOUR_PARTNER_KEY");
64
65
// Configuration.Default.ApiKeyPrefix.Add("partner-key", "Bearer");
66
0 commit comments