Skip to content

Commit 64c4778

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 50b1a12 commit 64c4778

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Sources/Ingestion/IngestionClient.swift

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2665,11 +2665,11 @@ open class IngestionClient {
26652665
return body
26662666
}
26672667

2668-
// Pushes records through the Pipeline, directly to an index. You can make the call synchronous by providing the
2669-
// `watch` parameter, for asynchronous calls, you can use the observability endpoints and/or debugger dashboard to
2670-
// see the status of your task. If 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/),
2671-
// this is the recommended way of ingesting your records. This method is similar to `push`, but requires a `taskID`
2672-
// instead of a `indexName`, which is useful when many `destinations` target the same `indexName`.
2668+
// Pushes records through the pipeline, directly to an index. You can make the call synchronous by providing the
2669+
// `watch` parameter, for asynchronous calls, you can use the observability endpoints or the debugger dashboard to
2670+
// see the status of your task. If you want to transform your data before indexing, this is the recommended way of
2671+
// ingesting your records. This method is similar to `push`, but requires a `taskID` instead of a `indexName`, which
2672+
// is useful when many `destinations` target the same `indexName`.
26732673
// Required API Key ACLs:
26742674
// - addObject
26752675
// - deleteIndex

0 commit comments

Comments
 (0)