Lybic Docs

Write Text to Sandbox Shell

POST
/api/orgs/{orgId}/sandboxes/{sandboxId}/shell/{shellId}

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