Import a project from a zip bundle
POST/api/import_project_zip
Recreates a project from a bundle produced by export_project. The imported project is always local-only: a bundle carries no cloud remote, so linking one is a separate, deliberate step in the project's Git tab.
The archive is sent as the raw request body rather than as a multipart upload.
Request
Responses
- 200
- 400
- 409
- 413
- 422
Successful Response
No archive uploaded, not a valid zip, the archive is unsafe (symlink or path traversal), or not a valid Linkiir project bundle
A project with that id is already on this grid
The archive (or its unpacked contents) is larger than this grid will import
Validation Error