Write Text to Sandbox Shell
Path Parameters
sandboxId*string
沙箱 ID
shellId*string
orgId*string
组织 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