diff --git a/_includes/rest/hooks.md b/_includes/rest/hooks.md index 417dc1aa..0db8f4a3 100644 --- a/_includes/rest/hooks.md +++ b/_includes/rest/hooks.md @@ -220,7 +220,10 @@ and perform a `parse deploy` the usual way. To create a new function webhook post to /parse/hooks/functions with payload in the format ```jsonc -{"functionName" : x, "url" : y} +{ + "functionName": "foo", + "url": "https://api.example.com/foo" +} ``` Post example: