@@ -123,6 +123,7 @@ tags:
123
123
url : https://www.algolia.com/doc/guides/security/api-keys/
124
124
description : |
125
125
Related guide: API keys.
126
+
126
127
- name : Clusters
127
128
description : |
128
129
Multi-cluster operations.
@@ -224,6 +225,7 @@ paths:
224
225
# ######################
225
226
/{path} :
226
227
$ref : ' ../common/paths/customRequest.yml'
228
+
227
229
# ########################
228
230
# ### Search Endpoints ###
229
231
# ########################
@@ -235,6 +237,7 @@ paths:
235
237
$ref : ' paths/search/searchForFacetValues.yml'
236
238
/1/indexes/{indexName}/browse :
237
239
$ref : ' paths/search/browse.yml'
240
+
238
241
# #########################
239
242
# ### Objects Endpoints ###
240
243
# #########################
@@ -254,11 +257,13 @@ paths:
254
257
$ref : ' paths/objects/multipleBatch.yml'
255
258
/1/indexes/*/objects :
256
259
$ref : ' paths/objects/getObjects.yml'
260
+
257
261
# ##########################
258
262
# ### Settings Endpoints ###
259
263
# ##########################
260
264
/1/indexes/{indexName}/settings :
261
265
$ref : ' paths/settings/settings.yml'
266
+
262
267
# ##########################
263
268
# ### Synonyms Endpoints ###
264
269
# ##########################
@@ -270,6 +275,7 @@ paths:
270
275
$ref : ' paths/synonyms/clearSynonyms.yml'
271
276
/1/indexes/{indexName}/synonyms/search :
272
277
$ref : ' paths/synonyms/searchSynonyms.yml'
278
+
273
279
# ######################
274
280
# ### Keys Endpoints ###
275
281
# ######################
@@ -279,6 +285,7 @@ paths:
279
285
$ref : ' paths/keys/key.yml'
280
286
/1/keys/{key}/restore :
281
287
$ref : ' paths/keys/restoreApiKey.yml'
288
+
282
289
# #######################
283
290
# ### Rules Endpoints ###
284
291
# #######################
@@ -290,6 +297,7 @@ paths:
290
297
$ref : ' paths/rules/clearRules.yml'
291
298
/1/indexes/{indexName}/rules/search :
292
299
$ref : ' paths/rules/searchRules.yml'
300
+
293
301
# ##############################
294
302
# ### Dictionaries Endpoints ###
295
303
# ##############################
@@ -301,6 +309,7 @@ paths:
301
309
$ref : ' paths/dictionaries/dictionarySettings.yml'
302
310
/1/dictionaries/*/languages :
303
311
$ref : ' paths/dictionaries/getDictionaryLanguages.yml'
312
+
304
313
# ###############################
305
314
# ### MultiClusters Endpoints ###
306
315
# ###############################
@@ -318,6 +327,7 @@ paths:
318
327
$ref : ' paths/multiclusters/searchUserIds.yml'
319
328
/1/clusters/mapping/pending :
320
329
$ref : ' paths/multiclusters/hasPendingMappings.yml'
330
+
321
331
# #######################
322
332
# ### Vault Endpoints ###
323
333
# #######################
@@ -327,6 +337,7 @@ paths:
327
337
$ref : ' paths/vault/appendSource.yml'
328
338
/1/security/sources/{source} :
329
339
$ref : ' paths/vault/deleteSource.yml'
340
+
330
341
# ##########################
331
342
# ### Advanced Endpoints ###
332
343
# ##########################
@@ -336,37 +347,50 @@ paths:
336
347
$ref : ' paths/advanced/getAppTask.yml'
337
348
/1/indexes/{indexName}/task/{taskID} :
338
349
$ref : ' paths/advanced/getTask.yml'
350
+
339
351
# ################################
340
352
# ### Manage Indices Endpoints ###
341
353
# ################################
342
354
/1/indexes/{indexName}/operation :
343
355
$ref : ' paths/manage_indices/operationIndex.yml'
344
356
/1/indexes :
345
357
$ref : ' paths/manage_indices/listIndices.yml'
358
+
346
359
# ###############
347
360
# ### Helpers ###
348
361
# ###############
349
362
/waitForApiKey :
350
363
$ref : ' helpers/waitForApiKey.yml#/method'
364
+
351
365
/waitForTask :
352
366
$ref : ' helpers/waitForTask.yml#/method'
367
+
353
368
/waitForAppTask :
354
369
$ref : ' helpers/waitForAppTask.yml#/method'
370
+
355
371
/browseObjects :
356
372
$ref : ' helpers/browseObjects.yml#/method'
373
+
357
374
/generateSecuredApiKey :
358
375
$ref : ' helpers/generateSecuredApiKey.yml#/method'
376
+
359
377
/replaceAllObjects :
360
378
$ref : ' helpers/replaceAllObjects.yml#/method'
379
+
361
380
/chunkedBatch :
362
381
$ref : ' helpers/chunkedBatch.yml#/method'
382
+
363
383
/saveObjects :
364
384
$ref : ' helpers/saveObjects.yml#/method'
385
+
365
386
/deleteObjects :
366
387
$ref : ' helpers/deleteObjects.yml#/method'
388
+
367
389
/partialUpdateObjects :
368
390
$ref : ' helpers/partialUpdateObjects.yml#/method'
391
+
369
392
/indexExists :
370
393
$ref : ' helpers/indexExists.yml#/method'
394
+
371
395
/setClientApiKey :
372
396
$ref : ' ../common/helpers/setClientApiKey.yml#/method'
0 commit comments