Write Text to Sandbox Shell
Path Parameters
sandboxId*string
The sandbox ID
shellId*string
orgId*string
The organization ID
Request Body
application/json
data*string
The input data to write to the shell session.
Response Body
curl -X POST "https://loading/api/orgs/string/sandboxes/string/shell/string" \ -H "Content-Type: application/json" \ -d '{ "data": "string" }'Empty