Skip to content

Commit 7870451

Browse files
authored
Update README.md
1 parent c5250c3 commit 7870451

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Documentation/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,9 @@ Example C# below
3333

3434
// an HTTP PUT endpoint accepting a JSON request
3535
// containing integrationInfo as string in hex format and its hash
36-
public bool UpdateIntegrationConfig(string integrationInfo, string hash, string secretKey)
36+
public bool UpdateIntegrationConfig(string integrationInfo, string hash)
3737
{
38+
string secretKey="copy your seceret from Go Queue-it platform"
3839
// validating request
3940
if(GenerateSHA256Hash(integrationInfo, secretKey) == hash)
4041
{

0 commit comments

Comments
 (0)