Admin
Import registry data
Imports registry data that was previously exported using the /admin/export operation.
post/admin/import
Query parameters
requireEmptyRegistryboolean
Query parameter indicating whether the registry must be empty before allowing data to be imported. Defaults to true if omitted.
Headers
X-Registry-Preserve-GlobalIdboolean
If this header is set to false, global ids of imported data will be ignored and replaced by next id in global id sequence. This allows to import any data even thought the global ids would cause a conflict.
X-Registry-Preserve-ContentIdboolean
If this header is set to false, content ids of imported data will be ignored and replaced by next id in content id sequence. The mapping between content and artifacts will be preserved. This allows to import any data even thought the content ids would cause a conflict.
Response
Indicates that the import was successful.