You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Helper: Copies the given `sourceIndexName` records, rules and synonyms to an other Algolia application for the given `destinationIndexName`.
102
+
* See https://api-clients-automation.netlify.app/docs/add-new-api-client#5-helpers for implementation details.
103
+
*
104
+
* @summary Helper: Copies the given `sourceIndexName` records, rules and synonyms to an other Algolia application for the given `destinationIndexName`.
105
+
* @param accountCopyIndex - The `accountCopyIndex` object.
106
+
* @param accountCopyIndex.sourceIndexName - The name of the index to copy.
107
+
* @param accountCopyIndex.destinationAppID - The application ID to write the index to.
108
+
* @param accountCopyIndex.destinationApiKey - The API Key of the `destinationAppID` to write the index to, must have write ACLs.
109
+
* @param accountCopyIndex.destinationIndexName - The name of the index to write the copied index to.
110
+
* @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.
* Helper: Copies the given `sourceIndexName` records, rules and synonyms to an other Algolia application for the given `destinationIndexName`.
102
+
* See https://api-clients-automation.netlify.app/docs/add-new-api-client#5-helpers for implementation details.
103
+
*
104
+
* @summary Helper: Copies the given `sourceIndexName` records, rules and synonyms to an other Algolia application for the given `destinationIndexName`.
105
+
* @param accountCopyIndex - The `accountCopyIndex` object.
106
+
* @param accountCopyIndex.sourceIndexName - The name of the index to copy.
107
+
* @param accountCopyIndex.destinationAppID - The application ID to write the index to.
108
+
* @param accountCopyIndex.destinationApiKey - The API Key of the `destinationAppID` to write the index to, must have write ACLs.
109
+
* @param accountCopyIndex.destinationIndexName - The name of the index to write the copied index to.
110
+
* @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