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 22 tags :
33 - Clusters
44 operationId : batchAssignUserIds
5+ deprecated : true
56 x-acl :
67 - admin
78 summary : Assign multiple userIDs
Original file line number Diff line number Diff line change 22 tags :
33 - Clusters
44 operationId : getTopUserIds
5+ deprecated : true
56 x-acl :
67 - admin
78 summary : Get top user IDs
Original file line number Diff line number Diff line change 22 tags :
33 - Clusters
44 operationId : hasPendingMappings
5+ deprecated : true
56 x-acl :
67 - admin
78 summary : Get migration and user mapping status
Original file line number Diff line number Diff line change 22 tags :
33 - Clusters
44 operationId : listClusters
5+ deprecated : true
56 x-acl :
67 - admin
78 summary : List clusters
Original file line number Diff line number Diff line change 22 tags :
33 - Clusters
44 operationId : searchUserIds
5+ deprecated : true
56 x-use-read-transporter : true
67 x-cacheable : true
78 x-acl :
Original file line number Diff line number Diff line change 22 tags :
33 - Clusters
44 operationId : getUserId
5+ deprecated : true
56 x-acl :
67 - admin
78 summary : Retrieve user ID
@@ -32,6 +33,7 @@ delete:
3233 tags :
3334 - Clusters
3435 operationId : removeUserId
36+ deprecated : true
3537 x-acl :
3638 - admin
3739 summary : Delete user ID
Original file line number Diff line number Diff line change 22 tags :
33 - Clusters
44 operationId : assignUserId
5+ deprecated : true
56 x-acl :
67 - admin
78 summary : Assign or move a user ID
4142 tags :
4243 - Clusters
4344 operationId : listUserIds
45+ deprecated : true
4446 x-acl :
4547 - admin
4648 summary : List user IDs
Original file line number Diff line number Diff line change @@ -128,11 +128,9 @@ tags:
128128 description : |
129129 Multi-cluster operations.
130130
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.
136134 - name : Dictionaries
137135 description : |
138136 Manage your dictionaries.
Original file line number Diff line number Diff line change 66 { {#x-acl} }
77 * - { {.} }
88 { {/x-acl} }
9+ { {#isDeprecated} }
10+ *
11+ * @deprecated
12+ { {/isDeprecated} }
913 { {#x-create-wrapping-object} }
1014 * @param { {nickname} } - The { {nickname} } object.
1115 { {#allParams} }
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ public class {{classname}}(
4949 require(region == null || region in allowedRegions) { " `region` must be one of the following: ${allowedRegions.joinToString()}" }
5050 { {/fallbackToAliasHost} }
5151 val url = { {#fallbackToAliasHost} }if (region == null) "{ {{hostWithFallback} }}" else { {/fallbackToAliasHost} } "{ {{hostForKotlin} }}"
52- listOf(Host(url))
52+ listOf(Host(url))
5353 { {/hasRegionalHost} }
5454 { {#hostsWithoutVariables.size} }
5555 listOf(
@@ -70,6 +70,9 @@ public class {{classname}}(
7070 * - { {.} }
7171 { {/x-acl} }
7272 { {/vendorExtensions} }
73+ { {#isDeprecated} }
74+ * @deprecated
75+ { {/isDeprecated} }
7376 { {#allParams} }
7477 * @param { {{paramName} }} { {{description} }}{ {#defaultValue} } (default to { {{.} }}){ {/defaultValue} }
7578 { {/allParams} }
You can’t perform that action at this time.
0 commit comments