Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(specs): rename clearAllSynonyms to clearSynonyms #2553

Merged
merged 2 commits into from
Jan 16, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading