Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion specs/ingestion/paths/push.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
post:
summary: Pushes records to be transformed through the Pipeline, directly to an index
tags:
- tasks
summary: Pushes records to be transformed through the Pipeline, by indexName
description: >
Pushes records through the Pipeline, directly to an index. You can make the call synchronous by providing the `watch` parameter,
for asynchronous calls, you can use the observability endpoints and/or debugger dashboard to see the status of your task.
Expand Down
2 changes: 1 addition & 1 deletion specs/ingestion/paths/tasks/v2/pushTask.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
post:
tags:
- tasks
summary: Pushes records to be transformed through the Pipeline, directly to an index
summary: Pushes records to be transformed through the Pipeline, by taskID
description: >
Pushes records through the Pipeline, directly to an index. You can make the call synchronous by providing the `watch` parameter,
for asynchronous calls, you can use the observability endpoints and/or debugger dashboard to see the status of your task.
Expand Down