Restore users data from backup
Restore users data from file
- multipart/form-data
Request Body
- file binary required
Archive 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 integernumber of entities of this type
table_name stringentity name
{
"statistic": [
{
"count": 10,
"table_name": "apartments"
}
]
}
- Wrong file
- Importing troubles
- application/json
- Schema
- Example (from schema)
- Wrong file
- Importing troubles
Schema
- error string
error 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 string
error message
{
"error": "Log In"
}
{
"error": "Log In"
}
Loading...