Runs a generated backend method against the sandbox project using its real runtime and ledger. Requires a sandbox preview token.
Runs a generated backend method against the sandbox project using its real runtime and ledger. Requires a sandbox preview token.
application/json
TypeScript Definitions
Use the request body type in TypeScript.
application/json
curl -X POST "https://example.com/playables/string/html/preview/rpc" \ -H "Content-Type: application/json" \ -d '{ "jsonrpc": "2.0", "method": "string" }'{ "jsonrpc": "2.0", "id": "string", "method": "string", "result": {}}The JSON-RPC version to use. MUST be exactly "2.0"
"2.0"The JSON-RPC request ID.
The name of the method to invoke
^[A-Za-z0-9_.:-]{1,128}$JSON object passed to the generated runtime method.