Closed MrMartinR closed 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"}
{"functionName" : x, "url" : y}
{"functionName": "foo", "url": "https://api.example.com/foo"}
Closing via #885
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"}