We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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"}
{"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