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