Apps

Query installed Apps

get
Responses
200

Success

application/json
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
200

Success

application/json
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
delete
/apps/{app}

Install an App from the FLECS marketplace

post
Body
Responses
post
/apps/install

Sideload an App from its manifest

post
Body
manifeststringRequired
Responses
post
/apps/sideload

Last updated

Was this helpful?