diff --git a/specs/ingestion/paths/push.yml b/specs/ingestion/paths/push.yml index fee3e702b57..ac3f6be5923 100644 --- a/specs/ingestion/paths/push.yml +++ b/specs/ingestion/paths/push.yml @@ -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. diff --git a/specs/ingestion/paths/tasks/v2/pushTask.yml b/specs/ingestion/paths/tasks/v2/pushTask.yml index 71d52f7bdde..a83aa06f5dc 100644 --- a/specs/ingestion/paths/tasks/v2/pushTask.yml +++ b/specs/ingestion/paths/tasks/v2/pushTask.yml @@ -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.