Skip to content

Commit 3c1ceec

Browse files
committed
chore: update name for push methods
1 parent 8764675 commit 3c1ceec

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

specs/ingestion/paths/push.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, by indexName
4+
summary: Push records by indexName
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.

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, by taskID
4+
summary: Push records 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)