Merge pull request #885 from MarcProe/fix-webhook-docs
fix wrong json parameter in webhook documentation
This commit is contained in:
commit
1c4d914073
|
@ -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"
|
||||
}
|
||||
```
|
||||
|
||||
|
@ -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.>
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue