Jump to:
Application Metadata Endpoints¶
Note that secured endpoints in Terrain and apps are a little different from each other. Please see Terrain Vs. Apps for more information.
Adding Categories¶
This endpoint is a passthrough to the apps endpoint using the same path. Please see the apps service documentation for more information.
Searching for Categories by Name¶
This endpoint is a passthrough to the apps endpoint using the same path. Please see the apps service documentation for more information.
Deleting a Category by ID¶
This endpoint is a passthrough to the apps endpoint using the same path. Please see the apps service documentation for more information.
Updating an App Category¶
This endpoint is a passthrough to the apps endpoint using the same path. Please see the apps service documentation for more information.
Managing App AVU Metadata¶
- GET /admin/apps/{app-id}/metadata
- POST /admin/apps/{app-id}/metadata
- PUT /admin/apps/{app-id}/metadata
These endpoints are passthroughs to the apps endpoints using the same paths. Please see the corresponding service documentation for more information.
Listing App Categories¶
Delegates to apps: GET /admin/apps/categories
These endpoints are passthroughs to the apps endpoints using the same path. Please see the apps service documentation for more information.
Listing Workspaces¶
This service is a passthrough to the apps endpoint using the same path. Please see the apps service documentation for more details.
Deleting Workspaces¶
This service is a passthrough to the apps endpoint using the same path. Please see the apps service documentation for more details.