Workspaces REST Endpoints
Administration/Workspaces
Workspace is a collection of Industries Framework configurations. Will be used in identifying the workspace to which the Microservice needs the call to be routed to.
- Get a workspace
- Method: getPath:
/admin/workspaces/{id}
- Get all workspaces
- Method: getPath:
/admin/workspaces
- Replace a workspace
- Method: putPath:
/admin/workspaces/{id}
- Update a workspace
- Method: patchPath:
/admin/workspaces/{id}