App_install

Install a new app. Create and install a new app on the platform by given dpk name in the body request.

SecuritybearerAuth
Request
Request Body schema: application/json
name
required
string

The app name

projectId
required
string

The project where the app should be install

dpkName
required
string

A unique DPK app name

dpkVersion
string

The version of the dpk app

scope
string

The app scope

Value: "system"
Responses
200

Ok

post/apps
Request samples
application/json
{
  • "name": "string",
  • "projectId": "string",
  • "dpkName": "string",
  • "dpkVersion": "string",
  • "scope": "system"
}
Response samples
application/json
{
  • "id": "string",
  • "name": "string",
  • "url": "string",
  • "createdAt": "2019-08-24T14:15:22Z",
  • "updatedAt": "2019-08-24T14:15:22Z",
  • "creator": "string",
  • "projectId": "string",
  • "orgId": "string",
  • "dpkName": "string",
  • "dpkVersion": "string",
  • "compositionId": "string",
  • "scope": "system",
  • "routes": {
    },
  • "dpk": { },
  • "trusted": true
}