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

Update Webhook.md #168

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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