Skip to content

Commit 659676f

Browse files
committed
rtfm
1 parent 9ad365a commit 659676f

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

examples_webhook.md

+4-6
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,11 @@ Triggers when a booking is confirmed.
1212
<summary>Request</summary>
1313

1414
```http
15-
HTTP/1.1 200 OK
16-
Content-Type: application/json; charset=utf-8
17-
```
18-
19-
```http
20-
POST https://example.org/makeplans-events
15+
POST /makeplans-events HTTP/1.1
16+
Host: example.org
2117
Content-Type: application/json; charset=utf-8
18+
User-Agent: MakePlans API
19+
X-MakePlans-Signature: sha256=foobar
2220
```
2321

2422
```json

0 commit comments

Comments
 (0)