# Imports a project from an export file **POST /project/import** Imports a project from an export file ## Servers - http://127.0.0.1:8278/api/v1: http://127.0.0.1:8278/api/v1 () ## Parameters ### Body: application/json (object) object ## Responses ### 200 OK #### Body: application/json (object) - **name** (string) - **type** (string) Database type or a custom database type. For example, `MYSQL`, `ORACLE`, `POSTGRESQL`, `SQL_SERVER`, `COCKROACHDB`, `DB2`, `SQLANYWHERE`, `SYBASE`, `SYBASEIQ`, or `YUGABYTE`. - **lastModified** (string(date-time)) - **schemasId** (string) - **jdbcId** (string) - **mongodbId** (string) - **content** (object) - **connectionDetails** (object) - **isSampleProject** (boolean) - **id** (string) ### 485 Unknown issue occurred during project import #### Body: application/json (object) - **jobId** (string) - **message** (string) - **description** (string) - **timestamp** (string(date-time)) ### 486 Field not found during project import #### Body: application/json (object) - **jobId** (string) - **message** (string) - **description** (string) - **timestamp** (string(date-time)) ### 487 Project version invalid during import #### Body: application/json (object) - **jobId** (string) - **message** (string) - **description** (string) - **timestamp** (string(date-time)) [Powered by Bump.sh](https://bump.sh)