Apps
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
GET /v2/apps HTTP/1.1
Host: localhost
Accept: */*
[]GET /v2/apps/{app} HTTP/1.1
Host: localhost
Accept: */*
[]DELETE /v2/apps/{app} HTTP/1.1
Host: localhost
Accept: */*
{
"jobId": 17
}POST /v2/apps/install HTTP/1.1
Host: localhost
Content-Type: application/json
Accept: */*
Content-Length: 61
{
"appKey": {
"name": "tech.flecs.app-1",
"version": "1.2.3.4-f1"
}
}{
"jobId": 17
}POST /v2/apps/sideload HTTP/1.1
Host: localhost
Content-Type: application/json
Accept: */*
Content-Length: 19
{
"manifest": "text"
}{
"jobId": 17
}