Skip to content

Commit 365f759

Browse files
algolia-botkai687
andcommitted
fix(specs): normalize spelling of summaries (generated)
algolia/api-clients-automation#5340 Co-authored-by: algolia-bot <[email protected]> Co-authored-by: Kai Welke <[email protected]>
1 parent d258524 commit 365f759

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

src/main/scala/algoliasearch/api/IngestionClient.scala

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1257,12 +1257,11 @@ class IngestionClient(
12571257
)
12581258
}
12591259

1260-
/** Pushes records through the Pipeline, directly to an index. You can make the call synchronous by providing the
1261-
* `watch` parameter, for asynchronous calls, you can use the observability endpoints and/or debugger dashboard to
1262-
* see the status of your task. If you want to leverage the [pre-indexing data
1263-
* transformation](https://www.algolia.com/doc/guides/sending-and-managing-data/send-and-update-your-data/how-to/transform-your-data/),
1264-
* this is the recommended way of ingesting your records. This method is similar to `push`, but requires a `taskID`
1265-
* instead of a `indexName`, which is useful when many `destinations` target the same `indexName`.
1260+
/** Pushes records through the pipeline, directly to an index. You can make the call synchronous by providing the
1261+
* `watch` parameter, for asynchronous calls, you can use the observability endpoints or the debugger dashboard to
1262+
* see the status of your task. If you want to transform your data before indexing, this is the recommended way of
1263+
* ingesting your records. This method is similar to `push`, but requires a `taskID` instead of a `indexName`, which
1264+
* is useful when many `destinations` target the same `indexName`.
12661265
*
12671266
* Required API Key ACLs:
12681267
* - addObject

0 commit comments

Comments
 (0)