Skip to content
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
1 change: 1 addition & 0 deletions specs/search/paths/multiclusters/batchAssignUserIds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ post:
tags:
- Clusters
operationId: batchAssignUserIds
deprecated: true
x-acl:
- admin
summary: Assign multiple userIDs
Expand Down
1 change: 1 addition & 0 deletions specs/search/paths/multiclusters/getTopUserIds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ get:
tags:
- Clusters
operationId: getTopUserIds
deprecated: true
x-acl:
- admin
summary: Get top user IDs
Expand Down
1 change: 1 addition & 0 deletions specs/search/paths/multiclusters/hasPendingMappings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ get:
tags:
- Clusters
operationId: hasPendingMappings
deprecated: true
x-acl:
- admin
summary: Get migration and user mapping status
Expand Down
1 change: 1 addition & 0 deletions specs/search/paths/multiclusters/listClusters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ get:
tags:
- Clusters
operationId: listClusters
deprecated: true
x-acl:
- admin
summary: List clusters
Expand Down
1 change: 1 addition & 0 deletions specs/search/paths/multiclusters/searchUserIds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ post:
tags:
- Clusters
operationId: searchUserIds
deprecated: true
x-use-read-transporter: true
x-cacheable: true
x-acl:
Expand Down
2 changes: 2 additions & 0 deletions specs/search/paths/multiclusters/userId.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ get:
tags:
- Clusters
operationId: getUserId
deprecated: true
x-acl:
- admin
summary: Retrieve user ID
Expand Down Expand Up @@ -32,6 +33,7 @@ delete:
tags:
- Clusters
operationId: removeUserId
deprecated: true
x-acl:
- admin
summary: Delete user ID
Expand Down
2 changes: 2 additions & 0 deletions specs/search/paths/multiclusters/userIds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ post:
tags:
- Clusters
operationId: assignUserId
deprecated: true
x-acl:
- admin
summary: Assign or move a user ID
Expand Down Expand Up @@ -41,6 +42,7 @@ get:
tags:
- Clusters
operationId: listUserIds
deprecated: true
x-acl:
- admin
summary: List user IDs
Expand Down
8 changes: 3 additions & 5 deletions specs/search/spec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,11 +128,9 @@ tags:
description: |
Multi-cluster operations.

Algolia no longer offers multi-cluster management.
externalDocs:
url: https://www.algolia.com/doc/guides/scaling/managing-multiple-clusters-mcm/
description: |
Related guide: Multi-cluster management.
Multi-cluster operations are **deprecated**.
If you have issues with your Algolia infrastructure
due to large volumes of data, contact the Algolia support team.
- name: Dictionaries
description: |
Manage your dictionaries.
Expand Down
Loading