⭐ If you find Zipline useful, please consider giving it a star on Github! ⭐

/api/server/import/v3

Import data from a legacy Zipline v3 export file, creating users, files, folders and URLs and returning a mapping of old IDs to new IDs.

POST/api/server/import/v3

Request Body

application/json

Response Body

application/json

application/json

{
  "users": {
    "property1": "string",
    "property2": "string"
  },
  "files": {
    "property1": "string",
    "property2": "string"
  },
  "folders": {
    "property1": "string",
    "property2": "string"
  },
  "urls": {
    "property1": "string",
    "property2": "string"
  }
}

{
  "error": "E1000: Invalid request schema",
  "code": 1000,
  "statusCode": 400
}