From c782d3f16fbc657eb2e5c6620d765d717cce8ca8 Mon Sep 17 00:00:00 2001 From: shortcuts Date: Tue, 24 Jun 2025 13:06:25 +0200 Subject: [PATCH] fix(specs): tag for push --- specs/ingestion/paths/push.yml | 4 +++- specs/ingestion/paths/tasks/v2/pushTask.yml | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) 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.