Last updated 2 months ago
Was this helpful?
GET /v2/apps HTTP/1.1 Host: localhost Accept: */*
Success
[]
App to query
App version to query
GET /v2/apps/{app} HTTP/1.1 Host: localhost Accept: */*
App to uninstall
App version to uninstall
Job metadata for accepted requests
DELETE /v2/apps/{app} HTTP/1.1 Host: localhost Accept: */*
Accepted
{ "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" } }
POST /v2/apps/sideload HTTP/1.1 Host: localhost Content-Type: application/json Accept: */* Content-Length: 19 { "manifest": "text" }