Closed

Description
Hi,
Like they show in the REST API Guide (https://docs.parseplatform.org/rest/guide/#cloud-code), is it possible to send parameters to the cloud code ?
For example:
{"plan":"paid"}
curl -X POST \
-H "X-Parse-Application-Id: y4uNX4YgsoxgvOHOn8Or9owkIF83HI6r4jdsAFJh" \
-H "X-Parse-REST-API-Key: ${REST_API_KEY}" \
-H "Content-Type: application/json" \
-d '{{"plan":"paid"}}' \
https://parseapi.back4app.com/functions/hello
Metadata
Metadata
Assignees
Labels
No labels