You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: api-specs/import/types/import-summary.raml
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -9,20 +9,20 @@ uses:
9
9
types:
10
10
ImportSummary:
11
11
description: |
12
-
Describes the status of an [ImportContainer](ctp:import:type:ImportContainer) by the number of resources in each [Processing State](ctp:import:type:ProcessingState).
12
+
Describes the status of an [ImportContainer](ctp:import:type:ImportContainer) by the number of resources in each [ProcessingState](ctp:import:type:ProcessingState).
13
13
Can be used to monitor the import progress per [Import Container](ctp:import:type:ImportContainer).
14
14
example: !include ../examples/import-summary.json
15
15
properties:
16
16
states:
17
17
description: |
18
-
The import status of an [ImportContainer](ctp:import:type:ImportContainer) given by the number of resources in each [Processing State](ctp:import:type:ProcessingState).
18
+
The import status of an [ImportContainer](ctp:import:type:ImportContainer) given by the number of resources in each [ProcessingState](ctp:import:type:ProcessingState).
19
19
type: OperationStates
20
20
total:
21
21
description: The total number of [ImportOperations](ctp:import:type:ImportOperation) received for this Import Summary.
22
22
type: integer
23
23
format: long
24
24
OperationStates:
25
-
description: The number of resources in each [Processing State](ctp:import:type:ProcessingState).
25
+
description: The number of resources in each [ProcessingState](ctp:import:type:ProcessingState).
0 commit comments