Lybic Docs

Install Sandbox Application

Requests application installations on a sandbox through nomos.

PUT
/api/orgs/{orgId}/sandboxes/{sandboxId}/apps/{appId}

Requests application installations on a sandbox through nomos.

Path Parameters

sandboxId*string

The sandbox ID

appId*string

The app ID

orgId*string

The organization ID

Response Body

application/json

curl -X PUT "https://loading/api/orgs/string/sandboxes/string/apps/string"
{
  "operationId": "string",
  "status": "PENDING"
}