Apps

Query installed Apps

get
Responses
get
/apps
200

Success

Query all versions or specific versions of an App

get
Path parameters
appstringRequired

App to query

Query parameters
versionstringOptional

App version to query

Responses
get
/apps/{app}

Uninstall one or all versions an App

delete
Path parameters
appstringRequired

App to uninstall

Query parameters
versionstringOptional

App version to uninstall

Responses
202

Accepted

application/json
delete
/apps/{app}

Install an App from the FLECS marketplace

post
Body
Responses
202

Accepted

application/json
post
/apps/install

Sideload an App from its manifest

post
Body
manifeststringRequired
Responses
202

Accepted

application/json
post
/apps/sideload

Last updated

Was this helpful?