/load

workspace and load into memory.

POST geolytix.xyz/workspace/load

This endpoint allows to post a workspace to be loaded into the XYZ backend memory. The workspace will checked and returned with marks to exclude invalid entries from being processed by the client.

Query Parameters

Name
Type
Description

token

string

An admin token is required to access this endpoint.

{
  "title": "XYZ dev",
    "locales": {
      "GB": {...}
    }
  }
}

Last updated