You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the URL path prefix of workspace-related API endpoints starts with /rest/<workspace>. This blocks usage of non-workspace-centric endpoints, such as endpoint showing information of the Layman instance (e.g. Layman version) or list of all layers/maps across all users.
To enable non-workspace-content endpoints, we need to mode current workspace-centric API endpoints to the new URL path prefix: /rest/workspaces/<workspace>. Then we can create also non-workspace-centric endpoints, for example
/rest/about
/rest/maps
/rest/layers
The text was updated successfully, but these errors were encountered:
Currently, the URL path prefix of workspace-related API endpoints starts with
/rest/<workspace>
. This blocks usage of non-workspace-centric endpoints, such as endpoint showing information of the Layman instance (e.g. Layman version) or list of all layers/maps across all users.To enable non-workspace-content endpoints, we need to mode current workspace-centric API endpoints to the new URL path prefix:
/rest/workspaces/<workspace>
. Then we can create also non-workspace-centric endpoints, for example/rest/about
/rest/maps
/rest/layers
The text was updated successfully, but these errors were encountered: