Skip to content

Commit 1bfc9ff

Browse files
authored
Merge branch 'main' into feat/javascript-abtesting-v3-alpha
2 parents 72aa2e2 + 51eda92 commit 1bfc9ff

File tree

30 files changed

+2441
-4822
lines changed

30 files changed

+2441
-4822
lines changed

docs/bundled/ingestion.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@
234234
"tags": [
235235
"tasks"
236236
],
237-
"summary": "Pushes records to be transformed through the Pipeline, by indexName",
237+
"summary": "Push records by indexName",
238238
"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.\nIf you want to leverage the [pre-indexing data transformation](https://www.algolia.com/doc/guides/sending-and-managing-data/send-and-update-your-data/how-to/transform-your-data/), this is the recommended way of ingesting your records.\nThis method is similar to `pushTask`, but requires an `indexName` instead of a `taskID`. If zero or many tasks are found, an error will be returned.\n",
239239
"operationId": "push",
240240
"x-acl": [
@@ -1579,7 +1579,7 @@
15791579
"tags": [
15801580
"tasks"
15811581
],
1582-
"summary": "Pushes records to be transformed through the Pipeline, by taskID",
1582+
"summary": "Push records by taskID",
15831583
"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.\nIf you want to leverage the [pre-indexing data transformation](https://www.algolia.com/doc/guides/sending-and-managing-data/send-and-update-your-data/how-to/transform-your-data/), this is the recommended way of ingesting your records.\nThis method is similar to `push`, but requires a `taskID` instead of a `indexName`, which is useful when many `destinations` target the same `indexName`.\n",
15841584
"operationId": "pushTask",
15851585
"x-acl": [

docs/bundled/ingestion.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1031,7 +1031,7 @@ paths:
10311031
post:
10321032
tags:
10331033
- tasks
1034-
summary: Pushes records to be transformed through the Pipeline, by indexName
1034+
summary: Push records by indexName
10351035
description: >
10361036
Pushes records through the Pipeline, directly to an index. You can make
10371037
the call synchronous by providing the `watch` parameter, for
@@ -9180,7 +9180,7 @@ paths:
91809180
post:
91819181
tags:
91829182
- tasks
9183-
summary: Pushes records to be transformed through the Pipeline, by taskID
9183+
summary: Push records by taskID
91849184
description: >
91859185
Pushes records through the Pipeline, directly to an index. You can make
91869186
the call synchronous by providing the `watch` parameter, for

docs/bundled/search-snippets.json

Lines changed: 77 additions & 33 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)