Skip to content

Commit

Permalink
Merge pull request #885 from MarcProe/fix-webhook-docs
Browse files Browse the repository at this point in the history
fix wrong json parameter in webhook documentation
  • Loading branch information
spantaleev authored Feb 19, 2021
2 parents 217b4a8 + d5f2d99 commit 1c4d914
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/configuring-playbook-bridge-appservice-webhooks.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ matrix_appservice_webhooks_log_level: '<log_level>'
"text": "Hello world!",
"format": "plain",
"displayName": "My Cool Webhook",
"avatarUrl": "http://i.imgur.com/IDOBtEJ.png"
"avatar_url": "http://i.imgur.com/IDOBtEJ.png"
}
```

Expand All @@ -57,7 +57,7 @@ curl --header "Content-Type: application/json" \
"text": "Hello world!",
"format": "plain",
"displayName": "My Cool Webhook",
"avatarUrl": "http://i.imgur.com/IDOBtEJ.png"
"avatar_url": "http://i.imgur.com/IDOBtEJ.png"
}' \
<the link you've gotten in 5.>
```

0 comments on commit 1c4d914

Please sign in to comment.