Skip to content
This repository was archived by the owner on Sep 20, 2023. It is now read-only.

Commit

Permalink
Merge pull request #167 from crackytsi/patch-4
Browse files Browse the repository at this point in the history
Fix curl command to make it working
  • Loading branch information
nadouani authored May 13, 2020
2 parents deec431 + 02c45f3 commit a942c94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TheHive4/Administration/Webhook.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ read -p 'Enter the URL of TheHive: ' thehive_url
read -p 'Enter your login: ' thehive_user
read -s -p 'Enter your password: ' thehive_password
curl -XPUT -u$user:$password -H 'Content-type: application/json' $thehive_url/api/config/organisation/notification -d '
curl -XPUT -u$thehive_user:$thehive_password -H 'Content-type: application/json' $thehive_url/api/config/organisation/notification -d '
[
{
"delegate": false,
Expand Down

0 comments on commit a942c94

Please sign in to comment.