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
# @param task_create [TaskCreate] Request body for creating a task. (required)
225
229
# @param request_options: The request options to send along with the query, they will be merged with the transporter base parameters (headers, query params, timeouts, etc.). (optional)
# @param task_create [TaskCreate] Request body for creating a task. (required)
255
263
# @param request_options: The request options to send along with the query, they will be merged with the transporter base parameters (headers, query params, timeouts, etc.). (optional)
# Creates a new task using the v1 endpoint, please use `createTask` instead.
263
-
271
+
#
272
+
# Required API Key ACLs:
273
+
# - addObject
274
+
# - deleteIndex
275
+
# - editSettings
264
276
# THIS OPERATION IS DEPRECATED
265
277
# @param task_create [TaskCreateV1] Request body for creating a task. (required)
266
278
# @param request_options: The request options to send along with the query, they will be merged with the transporter base parameters (headers, query params, timeouts, etc.). (optional)
# Creates a new task using the v1 endpoint, please use `createTask` instead.
294
-
306
+
#
307
+
# Required API Key ACLs:
308
+
# - addObject
309
+
# - deleteIndex
310
+
# - editSettings
295
311
# @param task_create [TaskCreateV1] Request body for creating a task. (required)
296
312
# @param request_options: The request options to send along with the query, they will be merged with the transporter base parameters (headers, query params, timeouts, etc.). (optional)
# @param transformation_create [TransformationCreate] Request body for creating a transformation. (required)
306
326
# @param request_options: The request options to send along with the query, they will be merged with the transporter base parameters (headers, query params, timeouts, etc.). (optional)
# @param transformation_create [TransformationCreate] Request body for creating a transformation. (required)
336
360
# @param request_options: The request options to send along with the query, they will be merged with the transporter base parameters (headers, query params, timeouts, etc.). (optional)
# @param task_id [String] Unique identifier of a task. (required)
675
703
# @param request_options: The request options to send along with the query, they will be merged with the transporter base parameters (headers, query params, timeouts, etc.). (optional)
# @param task_id [String] Unique identifier of a task. (required)
705
737
# @param request_options: The request options to send along with the query, they will be merged with the transporter base parameters (headers, query params, timeouts, etc.). (optional)
# Deletes a task by its ID using the v1 endpoint, please use `deleteTask` instead.
713
-
745
+
#
746
+
# Required API Key ACLs:
747
+
# - addObject
748
+
# - deleteIndex
749
+
# - editSettings
714
750
# THIS OPERATION IS DEPRECATED
715
751
# @param task_id [String] Unique identifier of a task. (required)
716
752
# @param request_options: The request options to send along with the query, they will be merged with the transporter base parameters (headers, query params, timeouts, etc.). (optional)
# Deletes a task by its ID using the v1 endpoint, please use `deleteTask` instead.
744
-
780
+
#
781
+
# Required API Key ACLs:
782
+
# - addObject
783
+
# - deleteIndex
784
+
# - editSettings
745
785
# @param task_id [String] Unique identifier of a task. (required)
746
786
# @param request_options: The request options to send along with the query, they will be merged with the transporter base parameters (headers, query params, timeouts, etc.). (optional)
# @param transformation_id [String] Unique identifier of a transformation. (required)
756
800
# @param request_options: The request options to send along with the query, they will be merged with the transporter base parameters (headers, query params, timeouts, etc.). (optional)
# @param transformation_id [String] Unique identifier of a transformation. (required)
789
837
# @param request_options: The request options to send along with the query, they will be merged with the transporter base parameters (headers, query params, timeouts, etc.). (optional)
# Fully updates a task by its ID, use partialUpdateTask if you only want to update a subset of fields.
2280
-
2328
+
#
2329
+
# Required API Key ACLs:
2330
+
# - addObject
2331
+
# - deleteIndex
2332
+
# - editSettings
2281
2333
# @param task_id [String] Unique identifier of a task. (required)
2282
2334
# @param task_replace [TaskReplace] (required)
2283
2335
# @param request_options: The request options to send along with the query, they will be merged with the transporter base parameters (headers, query params, timeouts, etc.). (optional)
# Fully updates a task by its ID, use partialUpdateTask if you only want to update a subset of fields.
2315
-
2367
+
#
2368
+
# Required API Key ACLs:
2369
+
# - addObject
2370
+
# - deleteIndex
2371
+
# - editSettings
2316
2372
# @param task_id [String] Unique identifier of a task. (required)
2317
2373
# @param task_replace [TaskReplace] (required)
2318
2374
# @param request_options: The request options to send along with the query, they will be merged with the transporter base parameters (headers, query params, timeouts, etc.). (optional)
# @param task_id [String] Unique identifier of a task. (required)
3109
3169
# @param task_update [TaskUpdate] (required)
3110
3170
# @param request_options: The request options to send along with the query, they will be merged with the transporter base parameters (headers, query params, timeouts, etc.). (optional)
# @param task_id [String] Unique identifier of a task. (required)
3144
3208
# @param task_update [TaskUpdate] (required)
3145
3209
# @param request_options: The request options to send along with the query, they will be merged with the transporter base parameters (headers, query params, timeouts, etc.). (optional)
# Updates a task by its ID using the v1 endpoint, please use `updateTask` instead.
3189
-
3257
+
#
3258
+
# Required API Key ACLs:
3259
+
# - addObject
3260
+
# - deleteIndex
3261
+
# - editSettings
3190
3262
# @param task_id [String] Unique identifier of a task. (required)
3191
3263
# @param task_update [TaskUpdateV1] (required)
3192
3264
# @param request_options: The request options to send along with the query, they will be merged with the transporter base parameters (headers, query params, timeouts, etc.). (optional)
# @param request_options: The request options to send along with the query, they will be merged with the transporter base parameters (headers, query params, timeouts, etc.). (optional)
# @param request_options: The request options to send along with the query, they will be merged with the transporter base parameters (headers, query params, timeouts, etc.). (optional)
# Adds, updates, or deletes records in one index with a single API request. Batching index updates reduces latency and increases data integrity. - Actions are applied in the order they're specified. - Actions are equivalent to the individual API requests of the same name. This operation is subject to [indexing rate limits](https://support.algolia.com/hc/articles/4406975251089-Is-there-a-rate-limit-for-indexing-on-Algolia).
271
-
271
+
#
272
+
# Required API Key ACLs:
273
+
# - addObject
272
274
# @param index_name [String] Name of the index on which to perform the operation. (required)
# @param request_options: The request options to send along with the query, they will be merged with the transporter base parameters (headers, query params, timeouts, etc.). (optional)
# Adds, updates, or deletes records in one index with a single API request. Batching index updates reduces latency and increases data integrity. - Actions are applied in the order they're specified. - Actions are equivalent to the individual API requests of the same name. This operation is subject to [indexing rate limits](https://support.algolia.com/hc/articles/4406975251089-Is-there-a-rate-limit-for-indexing-on-Algolia).
306
-
308
+
#
309
+
# Required API Key ACLs:
310
+
# - addObject
307
311
# @param index_name [String] Name of the index on which to perform the operation. (required)
# @param request_options: The request options to send along with the query, they will be merged with the transporter base parameters (headers, query params, timeouts, etc.). (optional)
# Gets the permissions and restrictions of an API key. When authenticating with the admin API key, you can request information for any of your application's keys. When authenticating with other API keys, you can only retrieve information for that key, with the description replaced by `<redacted>`.
1137
-
1141
+
#
1142
+
# Required API Key ACLs:
1143
+
# - search
1138
1144
# @param key [String] API key. (required)
1139
1145
# @param request_options: The request options to send along with the query, they will be merged with the transporter base parameters (headers, query params, timeouts, etc.). (optional)
# Gets the permissions and restrictions of an API key. When authenticating with the admin API key, you can request information for any of your application's keys. When authenticating with other API keys, you can only retrieve information for that key, with the description replaced by `<redacted>`.
1167
-
1173
+
#
1174
+
# Required API Key ACLs:
1175
+
# - search
1168
1176
# @param key [String] API key. (required)
1169
1177
# @param request_options: The request options to send along with the query, they will be merged with the transporter base parameters (headers, query params, timeouts, etc.). (optional)
# Adds, updates, or deletes records in multiple indices with a single API request. - Actions are applied in the order they are specified. - Actions are equivalent to the individual API requests of the same name. This operation is subject to [indexing rate limits](https://support.algolia.com/hc/articles/4406975251089-Is-there-a-rate-limit-for-indexing-on-Algolia).
1979
-
1987
+
#
1988
+
# Required API Key ACLs:
1989
+
# - addObject
1980
1990
# @param batch_params [BatchParams] (required)
1981
1991
# @param request_options: The request options to send along with the query, they will be merged with the transporter base parameters (headers, query params, timeouts, etc.). (optional)
# Adds, updates, or deletes records in multiple indices with a single API request. - Actions are applied in the order they are specified. - Actions are equivalent to the individual API requests of the same name. This operation is subject to [indexing rate limits](https://support.algolia.com/hc/articles/4406975251089-Is-there-a-rate-limit-for-indexing-on-Algolia).
2009
-
2019
+
#
2020
+
# Required API Key ACLs:
2021
+
# - addObject
2010
2022
# @param batch_params [BatchParams] (required)
2011
2023
# @param request_options: The request options to send along with the query, they will be merged with the transporter base parameters (headers, query params, timeouts, etc.). (optional)
0 commit comments