{
"conflicts": [
"<string>"
],
"variablesWarnings": [
"<string>"
],
"variablesErrors": [
"<string>"
],
"variablesSubstitutions": [
"<string>"
],
"validationWarnings": [
"<string>"
],
"validationErrors": [
"<string>"
],
"importErrors": [
"<string>"
],
"importActions": [
"<string>"
],
"zipFileToken": "<string>",
"status": "<string>"
}
Validation is performed before import. Import starts only if validation succeeds.
{
"conflicts": [
"<string>"
],
"variablesWarnings": [
"<string>"
],
"variablesErrors": [
"<string>"
],
"variablesSubstitutions": [
"<string>"
],
"validationWarnings": [
"<string>"
],
"validationErrors": [
"<string>"
],
"importErrors": [
"<string>"
],
"importActions": [
"<string>"
],
"zipFileToken": "<string>",
"status": "<string>"
}
One of: abort, merge, overwrite
ABORT
, MERGE
, OVERWRITE
The objects to import
The body is of type object
.
successful operation
The response is of type object
.
Was this page helpful?