Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
JSON-RPC prepareExecutecommandsarray[object]requiredJsPrepareSubmissionRequest
commandsarray[object]requiredNull
1.4.0The method was updated in this snapshot.
curl \
<JSON_RPC_URL> \
-H 'content-type: application/json' \
--data @- <<'EOF'
{
"jsonrpc": "2.0",
"id": 1,
"method": "prepareExecute",
"params": {
"params": {
"commands": [
{
"CreateCommand": {}
}
]
}
}
}
EOF
"<value>"