App Installs
App installations
Write permission: canEditApp role
Queries
appInstallsByServer
GET
/api/v1/servers/:serverId/app-installsList app installations for a server.
Terminal
appInstallById
GET
/api/v1/app-installs/:appInstallIdGet app installation details by ID.
Terminal
Delete
DELETE
/api/v1/appInstalls/:idUninstall an app from a server.
Parameters
| Field | Type | Required | Description |
|---|---|---|---|
id | string | Yes |
Example
Terminal
Response
Insert
POST
/api/v1/appInstallsInstall an app to a server.
Parameters
| Field | Type | Required | Description |
|---|---|---|---|
channelId | string | No | |
settings | string | No | running, idle, error |
threadId | string | No | |
messageId | string | No | |
appId | string | Yes | |
serverId | string | Yes |
Example
Terminal
Response