Skip to content

Commit 90f0bd3

Browse files
committed
fix(specs): dont autoformat yaml
1 parent 218a0aa commit 90f0bd3

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

specs/search/spec.yml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ tags:
123123
url: https://www.algolia.com/doc/guides/security/api-keys/
124124
description: |
125125
Related guide: API keys.
126+
126127
- name: Clusters
127128
description: |
128129
Multi-cluster operations.
@@ -224,6 +225,7 @@ paths:
224225
# ######################
225226
/{path}:
226227
$ref: '../common/paths/customRequest.yml'
228+
227229
# ########################
228230
# ### Search Endpoints ###
229231
# ########################
@@ -235,6 +237,7 @@ paths:
235237
$ref: 'paths/search/searchForFacetValues.yml'
236238
/1/indexes/{indexName}/browse:
237239
$ref: 'paths/search/browse.yml'
240+
238241
# #########################
239242
# ### Objects Endpoints ###
240243
# #########################
@@ -254,11 +257,13 @@ paths:
254257
$ref: 'paths/objects/multipleBatch.yml'
255258
/1/indexes/*/objects:
256259
$ref: 'paths/objects/getObjects.yml'
260+
257261
# ##########################
258262
# ### Settings Endpoints ###
259263
# ##########################
260264
/1/indexes/{indexName}/settings:
261265
$ref: 'paths/settings/settings.yml'
266+
262267
# ##########################
263268
# ### Synonyms Endpoints ###
264269
# ##########################
@@ -270,6 +275,7 @@ paths:
270275
$ref: 'paths/synonyms/clearSynonyms.yml'
271276
/1/indexes/{indexName}/synonyms/search:
272277
$ref: 'paths/synonyms/searchSynonyms.yml'
278+
273279
# ######################
274280
# ### Keys Endpoints ###
275281
# ######################
@@ -279,6 +285,7 @@ paths:
279285
$ref: 'paths/keys/key.yml'
280286
/1/keys/{key}/restore:
281287
$ref: 'paths/keys/restoreApiKey.yml'
288+
282289
# #######################
283290
# ### Rules Endpoints ###
284291
# #######################
@@ -290,6 +297,7 @@ paths:
290297
$ref: 'paths/rules/clearRules.yml'
291298
/1/indexes/{indexName}/rules/search:
292299
$ref: 'paths/rules/searchRules.yml'
300+
293301
# ##############################
294302
# ### Dictionaries Endpoints ###
295303
# ##############################
@@ -301,6 +309,7 @@ paths:
301309
$ref: 'paths/dictionaries/dictionarySettings.yml'
302310
/1/dictionaries/*/languages:
303311
$ref: 'paths/dictionaries/getDictionaryLanguages.yml'
312+
304313
# ###############################
305314
# ### MultiClusters Endpoints ###
306315
# ###############################
@@ -318,6 +327,7 @@ paths:
318327
$ref: 'paths/multiclusters/searchUserIds.yml'
319328
/1/clusters/mapping/pending:
320329
$ref: 'paths/multiclusters/hasPendingMappings.yml'
330+
321331
# #######################
322332
# ### Vault Endpoints ###
323333
# #######################
@@ -327,6 +337,7 @@ paths:
327337
$ref: 'paths/vault/appendSource.yml'
328338
/1/security/sources/{source}:
329339
$ref: 'paths/vault/deleteSource.yml'
340+
330341
# ##########################
331342
# ### Advanced Endpoints ###
332343
# ##########################
@@ -336,37 +347,50 @@ paths:
336347
$ref: 'paths/advanced/getAppTask.yml'
337348
/1/indexes/{indexName}/task/{taskID}:
338349
$ref: 'paths/advanced/getTask.yml'
350+
339351
# ################################
340352
# ### Manage Indices Endpoints ###
341353
# ################################
342354
/1/indexes/{indexName}/operation:
343355
$ref: 'paths/manage_indices/operationIndex.yml'
344356
/1/indexes:
345357
$ref: 'paths/manage_indices/listIndices.yml'
358+
346359
# ###############
347360
# ### Helpers ###
348361
# ###############
349362
/waitForApiKey:
350363
$ref: 'helpers/waitForApiKey.yml#/method'
364+
351365
/waitForTask:
352366
$ref: 'helpers/waitForTask.yml#/method'
367+
353368
/waitForAppTask:
354369
$ref: 'helpers/waitForAppTask.yml#/method'
370+
355371
/browseObjects:
356372
$ref: 'helpers/browseObjects.yml#/method'
373+
357374
/generateSecuredApiKey:
358375
$ref: 'helpers/generateSecuredApiKey.yml#/method'
376+
359377
/replaceAllObjects:
360378
$ref: 'helpers/replaceAllObjects.yml#/method'
379+
361380
/chunkedBatch:
362381
$ref: 'helpers/chunkedBatch.yml#/method'
382+
363383
/saveObjects:
364384
$ref: 'helpers/saveObjects.yml#/method'
385+
365386
/deleteObjects:
366387
$ref: 'helpers/deleteObjects.yml#/method'
388+
367389
/partialUpdateObjects:
368390
$ref: 'helpers/partialUpdateObjects.yml#/method'
391+
369392
/indexExists:
370393
$ref: 'helpers/indexExists.yml#/method'
394+
371395
/setClientApiKey:
372396
$ref: '../common/helpers/setClientApiKey.yml#/method'

0 commit comments

Comments
 (0)