Imports a data integration project synchronously from a legacy JSON-based .zip file.
This endpoint only accepts zips that contain JSON project files (the legacy format). The import is processed synchronously and completes before the response is returned.
Submitting a YAML-based zip to this endpoint returns 400. To import a YAML-based zip, use POST /di-projects/{projectId}/actions/import-async instead.
Imports a data integration project synchronously from a legacy JSON-based
.zipfile. This endpoint only accepts zips that contain JSON project files (the legacy format). The import is processed synchronously and completes before the response is returned. Submitting a YAML-based zip to this endpoint returns400. To import a YAML-based zip, usePOST /di-projects/{projectId}/actions/import-asyncinstead.