Files
registry/config/routes
2019-12-21 16:56:14 -07:00

9 lines
458 B
Plaintext

--authed
/version/#AppVersion VersionR GET
-- /apps AppsManifestR GET --get current apps listing
-- /apps/#Text/#AppVersion AppR GET --install new app
-- /sys/agent/#AppVersion AgentR GET --install new agent version
-- /sys/appmgr/#AppVersion AppMgrR GET --install new appmgr version
-- /v0/authorizedKeys AuthorizeKeyR POST