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
Copy file name to clipboardExpand all lines: templates/javascript/clients/client/api/helpers.mustache
+7-5Lines changed: 7 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -5,15 +5,16 @@
5
5
* @param waitForTaskOptions - The waitForTaskOptions object.
6
6
* @param waitForTaskOptions.indexName - The `indexName` where the operation was performed.
7
7
* @param waitForTaskOptions.taskID - The `taskID` returned in the method response.
8
+
* @param requestOptions - The requestOptions to send along with the query, they will be forwarded to the `getTask` method and merged with the transporter requestOptions.
* @param waitForApiKeyOptions.operation - The `operation` that was done on a `key`.
27
28
* @param waitForApiKeyOptions.key - The `key` that has been added, deleted or updated.
28
29
* @param waitForApiKeyOptions.apiKey - Necessary to know if an `update` operation has been processed, compare fields of the response with it.
30
+
* @param requestOptions - The requestOptions to send along with the query, they will be forwarded to the `getApikey` method and merged with the transporter requestOptions.
0 commit comments