Apps
Path parameters
appstringRequired
App to uninstall
Query parameters
versionstringOptional
App version to uninstall
Responses
202
Accepted
application/json
404
No such app or app/version combination
delete
DELETE /v2/apps/{app} HTTP/1.1
Host: localhost
Accept: */*
{
"jobId": 17
}
Body
Responses
202
Accepted
application/json
400
Malformed request
application/json
500
Internal server error
application/json
post
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
}
Last updated
Was this helpful?