Skip to content

Commit bcee706

Browse files
authored
added summary for ingestion endpoints (#68)
1 parent eb83c54 commit bcee706

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

specification/odd_api.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ info:
99
paths:
1010
/ingestion/entities:
1111
post:
12+
summary: Ingests list of data entities
1213
description: Ingests list of data entities
1314
operationId: postDataEntityList
1415
tags:
@@ -25,6 +26,7 @@ paths:
2526

2627
/ingestion/entities/datasets/stats:
2728
post:
29+
summary: Ingests list of stats for data sets
2830
description: Ingests list of stats for data sets
2931
operationId: postDataSetStatsList
3032
tags:
@@ -41,6 +43,7 @@ paths:
4143

4244
/ingestion/datasources:
4345
post:
46+
summary: Creates data sources in the target catalog
4447
description: Creates data sources in the target catalog
4548
operationId: createDataSource
4649
tags:
@@ -56,6 +59,7 @@ paths:
5659

5760
/ingestion/alerts:
5861
post:
62+
summary: Alerts target catalog about ingestion issues
5963
description: Alerts target catalog about ingestion issues
6064
operationId: createAlerts
6165
tags:
@@ -71,6 +75,7 @@ paths:
7175

7276
/ingestion/entities/degs/children:
7377
get:
78+
summary: Get data entity by oddrn in Data Entity Groups
7479
description: Searches for data entities in the target catalog by oddrn of a DEG they are currently part of
7580
operationId: getDataEntitiesByDEGOddrn
7681
tags:
@@ -91,6 +96,7 @@ paths:
9196

9297
/ingestion/metrics:
9398
post:
99+
summary: Ingests list of metrics
94100
description: Ingests list of metrics
95101
operationId: ingestMetrics
96102
tags:

0 commit comments

Comments
 (0)