App_update

Update existing app. The server will save the new app props and refresh all the components belonging to the dpk app

SecuritybearerAuth
Request
path Parameters
id
required
string

The app id

Request Body schema: application/json
name
required
string

The app name

dpkName
required
string

A unique DPK app name

dpkVersion
string

The version of the dpk app

trusted
boolean
Responses
200

Ok

put/apps/{id}
Request samples
application/json
{
  • "name": "string",
  • "dpkName": "string",
  • "dpkVersion": "string",
  • "trusted": true
}
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
}