File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1971,6 +1971,7 @@ components:
19711971 - imported
19721972 - rejected
19731973 - canceled
1974+ - partiallyImported
19741975 x-annotation-enumDescriptions :
19751976 processing : " The initial state assigned if the request payload (JSON structure and
19761977 fields) meets Import API specifications. The resource import is in progress."
@@ -1992,6 +1993,8 @@ components:
19921993 was reached. Generates the [ImportOperationRejected](ctp:api:type:ImportOperationRejectedEvent)
19931994 Event."
19941995 canceled : " The import request was canceled and the resource was not imported."
1996+ partiallyImported : " The resource was partially imported. Some actions succeeded but
1997+ others failed. The ImportOperation includes error details for the failed parts."
19951998 Address :
19961999 type : " object"
19972000 required :
@@ -2586,6 +2589,7 @@ components:
25862589 required :
25872590 - canceled
25882591 - imported
2592+ - partiallyImported
25892593 - processing
25902594 - rejected
25912595 - unresolved
@@ -2613,6 +2617,9 @@ components:
26132617 canceled :
26142618 type : " integer"
26152619 format : " int32"
2620+ partiallyImported :
2621+ type : " integer"
2622+ format : " int32"
26162623 ImportRequest :
26172624 type : " object"
26182625 discriminator :
You can’t perform that action at this time.
0 commit comments