Opaque reference to a stashed element during XRPC calls.
Input
Encoding
application/jsonid
string
Required
Key into the host's stash map
Try It
Requests are sent directly from your browser. Some servers may block requests due to CORS.
View raw schema
{
"type": "procedure",
"input": {
"schema": {
"type": "object",
"required": [
"id"
],
"properties": {
"id": {
"type": "string",
"description": "Key into the host's stash map"
}
}
},
"encoding": "application/json"
},
"description": "Opaque reference to a stashed element during XRPC calls."
}