Databases
Upload SQLite Dump
Upload a SQL dump to be used when creating a new database from seed.
POST
/
v1
/
organizations
/
{organizationName}
/
databases
/
dumps
Path Parameters
organizationName
string
requiredThe name of the organization or user.
Body
multipart/form-data
file
file
requiredDatabase dump file.
Response
200 - application/json
dump_url
string
URL of the uploaded database dump.
Was this page helpful?