Skip to content

Commit 22f8f13

Browse files
committed
chore: defs
1 parent 8a980ad commit 22f8f13

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

templates/javascript/clients/client/api/nodeHelpers.mustache

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,12 @@ generateSecuredApiKey: ({
3636
},
3737

3838
/**
39-
* Helper: Copies the given `sourceIndexName` of the `sourceClient` to the `destinationIndexName` of the `destinationClient`.
39+
* Helper: Copies the given `sourceIndexName` to the `destinationIndexName` of the `destinationClient`.
4040
* See https://api-clients-automation.netlify.app/docs/add-new-api-client#5-helpers for implementation details.
4141
*
42-
* @summary Helper: Copies the given `sourceIndexName` of the `sourceClient` to the `destinationIndexName` of the `destinationClient`.
42+
* @summary Helper: Copies the given `sourceIndexName` to the `destinationIndexName` of the `destinationClient`.
4343
* @param accountCopyIndex - The `accountCopyIndex` object.
44-
* @param accountCopyIndex.sourceIndexName - The name of the index to copy in the `sourceClient`.
44+
* @param accountCopyIndex.sourceIndexName - The name of the index to copy
4545
* @param accountCopyIndex.destinationClient - The already initialized search client with write ACL credentials, this is the application to copy the index to.
4646
* @param accountCopyIndex.destinationIndexName - The name of the index to write the copied index to in the `destinationClient`.
4747
* @param requestOptions - The requestOptions to send along with the query, they will be forwarded to the `setSettings`, `saveRules`, `saveSynonyms` and `saveObjects` method and merged with the transporter requestOptions.

0 commit comments

Comments
 (0)