Restore users data from backup
Restore users data from file
- application/octet-stream
Request Body
- string binary
Responses
- 200
- 400
- 401
Imported data statistics
- application/json
- Schema
- Example (from schema)
Schema
- statistic object[]count integertable_name string
{
  "statistic": [
    {
      "count": 10,
      "table_name": "apartments"
    }
  ]
}
- Wrong file
- Importing troubles
- application/json
- Schema
- Example (from schema)
- Wrong file
- Importing troubles
Schema
- error string
{
  "error": "Wrong JSON body"
}
{
  "error": "Wrong file"
}
{
  "error": "Importing troubles"
}
Unauthorized
- application/json
- Schema
- Example (from schema)
- Example
Schema
- error string
{
  "error": "Log In"
}
{
  "error": "Log In"
}
Loading...