Last updated 1 month ago
Was this helpful?
curl -L \ --url 'http://localhost/v2/apps'
[]
App to query
App version to query
curl -L \ --url 'http://localhost/v2/apps/{app}'
App to uninstall
App version to uninstall
curl -L \ --request DELETE \ --url 'http://localhost/v2/apps/{app}'
{ "jobId": 17 }
curl -L \ --request POST \ --url 'http://localhost/v2/apps/install' \ --header 'Content-Type: application/json' \ --data '{ "appKey": { "name": "tech.flecs.app-1", "version": "1.2.3.4-f1" } }'
curl -L \ --request POST \ --url 'http://localhost/v2/apps/sideload' \ --header 'Content-Type: application/json' \ --data '{ "manifest": "text" }'