add notes to routes

This commit is contained in:
Lucy Cifferello
2020-10-07 15:27:13 -06:00
parent a56e3e66b6
commit 0e1e77f4b6

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/#S9PK/#Text/manifest AppManifestR GET -- get app manifest from appmgr - requires query param ?appmgr=<appmgr_version>
/apps/#S9PK/#Text/config AppConfigR GET -- get app config from appmgr - requires query param ?appmgr=<appmgr_version>
/version VersionR GET