refactor config/manifest endpoint path with appId

This commit is contained in:
Lucy Cifferello
2020-10-09 14:16:57 -06:00
parent 1017d5a363
commit f7482cbc76
6 changed files with 19 additions and 60 deletions

View File

@@ -1,8 +1,8 @@
/apps AppsManifestR GET -- get current apps listing
/apps/#S9PK/#Text/manifest AppManifestR GET -- get app manifest from appmgr
/apps/#S9PK/#Text/config AppConfigR GET -- get app config from appmgr
/apps/#AppIdentifier/#Text/manifest AppManifestR GET -- get app manifest from appmgr
/apps/#AppIdentifier/#Text/config AppConfigR GET -- get app config from appmgr
/version VersionR GET