mirror of
https://github.com/adnanh/webhook.git
synced 2026-01-24 02:35:43 +00:00
Fix heading levels
parent
d5277b9064
commit
c59cd58782
1 changed files with 4 additions and 4 deletions
|
|
@ -1,7 +1,7 @@
|
|||
# Hook examples
|
||||
This page is still work in progress. Feel free to contribute!
|
||||
|
||||
# Incoming Github webhook
|
||||
## Incoming Github webhook
|
||||
```json
|
||||
[
|
||||
{
|
||||
|
|
@ -57,7 +57,7 @@ This page is still work in progress. Feel free to contribute!
|
|||
]
|
||||
```
|
||||
|
||||
# Incoming Bitbucket webhook
|
||||
## Incoming Bitbucket webhook
|
||||
```json
|
||||
[
|
||||
{
|
||||
|
|
@ -75,7 +75,7 @@ This page is still work in progress. Feel free to contribute!
|
|||
]
|
||||
```
|
||||
|
||||
# Slack slash command
|
||||
## Slack slash command
|
||||
```json
|
||||
[
|
||||
{
|
||||
|
|
@ -100,7 +100,7 @@ This page is still work in progress. Feel free to contribute!
|
|||
]
|
||||
```
|
||||
|
||||
# A simple webhook with a secret key in GET query
|
||||
## A simple webhook with a secret key in GET query
|
||||
|
||||
__Not recommended in production due to low security__
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue