Last updated 16 days ago
Was this helpful?
/apps
curl -L \ --url 'http://localhost/v2/apps'
[]
/apps/{app}
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 }
/apps/install
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"}}'
/apps/sideload
curl -L \ --request POST \ --url 'http://localhost/v2/apps/sideload' \ --header 'Content-Type: application/json' \ --data '{"manifest":"text"}'