File tree Expand file tree Collapse file tree
content/webhooks/creating Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -39,11 +39,14 @@ We'll explain why in the [Configuring Your Server](/webhooks/configuring/) docs.
3939
4040## Content Type
4141
42- Webhooks can be delivered using different content types. The ` application/json ` content
43- type will deliver the JSON payload directly as the body of the POST. The
44- ` application/x-www-form-urlencoded ` content type will send the JSON payload as a form
45- parameter called "payload". Choose the one that best fits your needs. For this tutorial,
46- the default content type is fine.
42+ Webhooks can be delivered using different content types:
43+
44+ - The ` application/json ` content type will deliver the JSON payload directly as the body of the POST.
45+ - The ` application/x-www-form-urlencoded ` content type will send the JSON payload as a form parameter
46+ called "payload".
47+
48+ Choose the one that best fits your needs. For this tutorial, the default content type of
49+ ` application/json ` is fine.
4750
4851## Events
4952
You can’t perform that action at this time.
0 commit comments