Skip to content

Commit 472c32a

Browse files
committed
Updated API from documentation release
1 parent dbf84fc commit 472c32a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

api-specs/import/types/import-summary.raml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,20 +9,20 @@ uses:
99
types:
1010
ImportSummary:
1111
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).
1313
Can be used to monitor the import progress per [Import Container](ctp:import:type:ImportContainer).
1414
example: !include ../examples/import-summary.json
1515
properties:
1616
states:
1717
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).
1919
type: OperationStates
2020
total:
2121
description: The total number of [ImportOperations](ctp:import:type:ImportOperation) received for this Import Summary.
2222
type: integer
2323
format: long
2424
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).
2626
example: !include ../examples/operation-states.json
2727
properties:
2828
processing:

0 commit comments

Comments
 (0)