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 c5250c3 commit 7870451Copy full SHA for 7870451
Documentation/README.md
@@ -33,8 +33,9 @@ Example C# below
33
34
// an HTTP PUT endpoint accepting a JSON request
35
// containing integrationInfo as string in hex format and its hash
36
-public bool UpdateIntegrationConfig(string integrationInfo, string hash, string secretKey)
+public bool UpdateIntegrationConfig(string integrationInfo, string hash)
37
{
38
+ string secretKey="copy your seceret from Go Queue-it platform"
39
// validating request
40
if(GenerateSHA256Hash(integrationInfo, secretKey) == hash)
41
0 commit comments