Skip to content

Commit e0c4127

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 c8e6c3f commit e0c4127

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

packages/client-composition/src/compositionClient.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,6 @@ export function createCompositionClient({
317317
*
318318
* Required API Key ACLs:
319319
* - editSettings
320-
* - settings
321320
* @param deleteComposition - The deleteComposition object.
322321
* @param deleteComposition.compositionID - Unique Composition ObjectID.
323322
* @param requestOptions - The requestOptions to send along with the query, they will be merged with the transporter requestOptions.
@@ -352,7 +351,6 @@ export function createCompositionClient({
352351
*
353352
* Required API Key ACLs:
354353
* - editSettings
355-
* - settings
356354
* @param deleteCompositionRule - The deleteCompositionRule object.
357355
* @param deleteCompositionRule.compositionID - Unique Composition ObjectID.
358356
* @param deleteCompositionRule.objectID - Unique identifier of a rule object.
@@ -422,6 +420,7 @@ export function createCompositionClient({
422420
* Retrieves a rule by its ID. To find the object ID of rules, use the [`search` operation](#tag/Rules/operation/searchRules).
423421
*
424422
* Required API Key ACLs:
423+
* - editSettings
425424
* - settings
426425
* @param getRule - The getRule object.
427426
* @param getRule.compositionID - Unique Composition ObjectID.
@@ -566,7 +565,6 @@ export function createCompositionClient({
566565
*
567566
* Required API Key ACLs:
568567
* - editSettings
569-
* - settings
570568
* @param putComposition - The putComposition object.
571569
* @param putComposition.compositionID - Unique Composition ObjectID.
572570
* @param putComposition.composition - The composition object.
@@ -617,7 +615,6 @@ export function createCompositionClient({
617615
*
618616
* Required API Key ACLs:
619617
* - editSettings
620-
* - settings
621618
* @param putCompositionRule - The putCompositionRule object.
622619
* @param putCompositionRule.compositionID - Unique Composition ObjectID.
623620
* @param putCompositionRule.objectID - Unique identifier of a rule object.

packages/ingestion/src/ingestionClient.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1854,7 +1854,7 @@ export function createIngestionClient({
18541854
},
18551855

18561856
/**
1857-
* 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. 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/), this is the recommended way of ingesting your records. This method is similar to `push`, but requires a `taskID` instead of a `indexName`, which is useful when many `destinations` target the same `indexName`.
1857+
* 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 or the debugger dashboard to see the status of your task. If you want to transform your data before indexing, this is the recommended way of ingesting your records. This method is similar to `push`, but requires a `taskID` instead of a `indexName`, which is useful when many `destinations` target the same `indexName`.
18581858
*
18591859
* Required API Key ACLs:
18601860
* - addObject

0 commit comments

Comments
 (0)