Update webhooks.md (#381)

* Update webhooks.md

* Create 381.doc

* Capitalize Markdown

Co-authored-by: Christian Paul <christian@chrpaul.de>

Co-authored-by: Christian Paul <christian@chrpaul.de>
This commit is contained in:
Kim Brose 2022-06-27 10:49:18 +02:00 committed by GitHub
parent ea6382faa1
commit 8f2015b605
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

1
changelog.d/381.doc Normal file
View File

@ -0,0 +1 @@
Clarify wording in Generic Hook Setup docs

View File

@ -131,7 +131,7 @@ if (data.counter === undefined) {
### V1 API
The v1 API expects `result` to be a string. The string will be automatically transformed into markdown. All webhook messages
The v1 API expects `result` to be a string. The string will be automatically interpreted as Markdown and transformed into HTML. All webhook messages
will be prefix'd with `Received webhook:`. If `result` is falsey (undefined, false or null) then the message will be `No content`.
#### Example script