Restore users data from backup
Restore users data from file
- multipart/form-data
Request Body
- file binary requiredArchive in .zip extension 
Responses
- 200
- 400
- 401
Imported data statistics
- application/json
- Schema
- Example (from schema)
Schema
- statistic object[]- list with info about entities count integer- number of entities of this type table_name string- entity name 
{
  "statistic": [
    {
      "count": 10,
      "table_name": "apartments"
    }
  ]
}
- Wrong file
- Importing troubles
- application/json
- Schema
- Example (from schema)
- Wrong file
- Importing troubles
Schema
- error stringerror type/info 
{
  "error": "Wrong JSON body"
}
{
  "error": "Wrong file"
}
{
  "error": "Importing troubles"
}
Unauthorized request. Log In
- application/json
- Schema
- Example (from schema)
- Log In
Schema
- error stringerror message 
{
  "error": "Log In"
}
{
  "error": "Log In"
}
Loading...