Skip to content

Commit

Permalink
fix(specs): rename clearAllSynonyms to clearSynonyms (#2553)
Browse files Browse the repository at this point in the history
  • Loading branch information
kai687 authored Jan 16, 2024
1 parent 14c8733 commit 8b06223
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
post:
tags:
- Synonyms
operationId: clearAllSynonyms
operationId: clearSynonyms
summary: Delete all synonyms.
description: Delete all synonyms in the index.
parameters:
Expand Down
6 changes: 3 additions & 3 deletions specs/search/spec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,11 @@ tags:
- name: Vaults
description: >
Vault operations.
Algolia Vault allows you to restrict network-level access to your cluster to a specific set of IP addresses: for non-authorized IP addresses, the cluster is invisible.
You should authorize the IP addresses of team members who need to access the Alglolia dashboard, as it's also affected by the restricted list you set up.
To access this feature, [Algolia Vault](https://www.algolia.com/doc/guides/security/algolia-vault/) must be enabled on your server. Contact [Algolia's support team](https://support.algolia.com/hc/en-us/requests/new) for details.
> **Note**: The maximum number of allowed sources is 1,000.
Expand Down Expand Up @@ -150,7 +150,7 @@ paths:
/1/indexes/{indexName}/synonyms/batch:
$ref: 'paths/synonyms/saveSynonyms.yml'
/1/indexes/{indexName}/synonyms/clear:
$ref: 'paths/synonyms/clearAllSynonyms.yml'
$ref: 'paths/synonyms/clearSynonyms.yml'
/1/indexes/{indexName}/synonyms/search:
$ref: 'paths/synonyms/searchSynonyms.yml'

Expand Down

0 comments on commit 8b06223

Please sign in to comment.