/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

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

Last updated