File tree Expand file tree Collapse file tree 12 files changed +33
-12
lines changed
javascript/clients/client/api/operation Expand file tree Collapse file tree 12 files changed +33
-12
lines changed Original file line number Diff line number Diff line change 2
2
tags :
3
3
- Clusters
4
4
operationId : batchAssignUserIds
5
+ deprecated : true
5
6
x-acl :
6
7
- admin
7
8
summary : Assign multiple userIDs
Original file line number Diff line number Diff line change 2
2
tags :
3
3
- Clusters
4
4
operationId : getTopUserIds
5
+ deprecated : true
5
6
x-acl :
6
7
- admin
7
8
summary : Get top user IDs
Original file line number Diff line number Diff line change 2
2
tags :
3
3
- Clusters
4
4
operationId : hasPendingMappings
5
+ deprecated : true
5
6
x-acl :
6
7
- admin
7
8
summary : Get migration and user mapping status
Original file line number Diff line number Diff line change 2
2
tags :
3
3
- Clusters
4
4
operationId : listClusters
5
+ deprecated : true
5
6
x-acl :
6
7
- admin
7
8
summary : List clusters
Original file line number Diff line number Diff line change 2
2
tags :
3
3
- Clusters
4
4
operationId : searchUserIds
5
+ deprecated : true
5
6
x-use-read-transporter : true
6
7
x-cacheable : true
7
8
x-acl :
Original file line number Diff line number Diff line change 2
2
tags :
3
3
- Clusters
4
4
operationId : getUserId
5
+ deprecated : true
5
6
x-acl :
6
7
- admin
7
8
summary : Retrieve user ID
@@ -32,6 +33,7 @@ delete:
32
33
tags :
33
34
- Clusters
34
35
operationId : removeUserId
36
+ deprecated : true
35
37
x-acl :
36
38
- admin
37
39
summary : Delete user ID
Original file line number Diff line number Diff line change 2
2
tags :
3
3
- Clusters
4
4
operationId : assignUserId
5
+ deprecated : true
5
6
x-acl :
6
7
- admin
7
8
summary : Assign or move a user ID
41
42
tags :
42
43
- Clusters
43
44
operationId : listUserIds
45
+ deprecated : true
44
46
x-acl :
45
47
- admin
46
48
summary : List user IDs
Original file line number Diff line number Diff line change @@ -128,11 +128,9 @@ tags:
128
128
description : |
129
129
Multi-cluster operations.
130
130
131
- Algolia no longer offers multi-cluster management.
132
- externalDocs :
133
- url : https://www.algolia.com/doc/guides/scaling/managing-multiple-clusters-mcm/
134
- description : |
135
- Related guide: Multi-cluster management.
131
+ Multi-cluster operations are **deprecated**.
132
+ If you have issues with your Algolia infrastructure
133
+ due to large volumes of data, contact the Algolia support team.
136
134
- name : Dictionaries
137
135
description : |
138
136
Manage your dictionaries.
Original file line number Diff line number Diff line change 6
6
{ {#x-acl} }
7
7
* - { {.} }
8
8
{ {/x-acl} }
9
+ { {#isDeprecated} }
10
+ *
11
+ * @deprecated
12
+ { {/isDeprecated} }
9
13
{ {#x-create-wrapping-object} }
10
14
* @param { {nickname} } - The { {nickname} } object.
11
15
{ {#allParams} }
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ public class {{classname}}(
49
49
require(region == null || region in allowedRegions) { " `region` must be one of the following: ${allowedRegions.joinToString()}" }
50
50
{ {/fallbackToAliasHost} }
51
51
val url = { {#fallbackToAliasHost} }if (region == null) "{ {{hostWithFallback} }}" else { {/fallbackToAliasHost} } "{ {{hostForKotlin} }}"
52
- listOf(Host(url))
52
+ listOf(Host(url))
53
53
{ {/hasRegionalHost} }
54
54
{ {#hostsWithoutVariables.size} }
55
55
listOf(
@@ -70,6 +70,9 @@ public class {{classname}}(
70
70
* - { {.} }
71
71
{ {/x-acl} }
72
72
{ {/vendorExtensions} }
73
+ { {#isDeprecated} }
74
+ * @deprecated
75
+ { {/isDeprecated} }
73
76
{ {#allParams} }
74
77
* @param { {{paramName} }} { {{description} }}{ {#defaultValue} } (default to { {{.} }}){ {/defaultValue} }
75
78
{ {/allParams} }
You can’t perform that action at this time.
0 commit comments