parse-community / docs

Parse Platform docs
https://docs.parseplatform.org
Other
313 stars 517 forks source link

📙 Fix json example #884

Closed MrMartinR closed 2 years ago

MrMartinR commented 2 years ago

Link to section: https://docs.parseplatform.org/rest/guide/#hooks

What is the issue? The json example is malformed

Can you propose a solution? change {"functionName" : x, "url" : y} to {"functionName": "foo", "url": "https://api.example.com/foo"}

mtrezza commented 2 years ago

Closing via #885