Imports all tables data from zip file
Imports all tables data from zip file
- application/octet-stream
Request Body required
- string binary
Responses
- 200
- 400
- 401
OK
- application/json
- Schema
- Example (from schema)
Schema
statistic object[]
count integertable_name string
{
"statistic": [
{
"count": 10,
"table_name": "apartments"
}
]
}
Wrong file
Log In
Loading...