Import a project (destructive)
POST/v2/administration/projects/:projectId/import
Wipes ALL in-scope content of this project and replaces it with the uploaded export zip (mirror / wipe-and-replace). The zip must come from an instance running the same Tolgee version. Users are matched by username (case-insensitive); content authored by a user not present on this instance is attributed to the importing admin. The project must be quiescent during the import — concurrent edits to it are not supported. Setting ignoreVersion bypasses the version check — unsupported: a cross-version import may complete yet silently corrupt the project's data.
Request
Responses
- 200
- 400
- 401
- 403
- 404
OK
Bad Request
Unauthorized
Forbidden
Not Found