Skip to content

Commit 33a1748

Browse files
authored
fix(specs): tag for push (#5029)
1 parent 929874d commit 33a1748

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

specs/ingestion/paths/push.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
post:
2-
summary: Pushes records to be transformed through the Pipeline, directly to an index
2+
tags:
3+
- tasks
4+
summary: Pushes records to be transformed through the Pipeline, by indexName
35
description: >
46
Pushes records through the Pipeline, directly to an index. You can make the call synchronous by providing the `watch` parameter,
57
for asynchronous calls, you can use the observability endpoints and/or debugger dashboard to see the status of your task.

specs/ingestion/paths/tasks/v2/pushTask.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
post:
22
tags:
33
- tasks
4-
summary: Pushes records to be transformed through the Pipeline, directly to an index
4+
summary: Pushes records to be transformed through the Pipeline, by taskID
55
description: >
66
Pushes records through the Pipeline, directly to an index. You can make the call synchronous by providing the `watch` parameter,
77
for asynchronous calls, you can use the observability endpoints and/or debugger dashboard to see the status of your task.

0 commit comments

Comments
 (0)