Skip to content

Commit

Permalink
docs: fix json (parse-community#885)
Browse files Browse the repository at this point in the history
  • Loading branch information
MrMartinR committed Jul 2, 2022
1 parent bda8566 commit 283de62
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion _includes/rest/hooks.md
Expand Up @@ -220,7 +220,10 @@ and perform a `parse deploy` the usual way.
To create a new function webhook post to <code class="highlighter-rouge"><span class="custom-parse-server-mount">/parse/</span>hooks/functions</code> with payload in the format

```jsonc
{"functionName" : x, "url" : y}
{
"functionName": "foo",
"url": "https://api.example.com/foo"
}
```

Post example:
Expand Down

0 comments on commit 283de62

Please sign in to comment.