/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.
{
"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
}