Skip to content

Commit 90cfe2a

Browse files
Auto-generated code for 8.11 (#2132)
1 parent 5451452 commit 90cfe2a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/reference.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8950,7 +8950,7 @@ client.synonyms.putSynonymRule({ set_id, rule_id, synonyms })
89508950
* *Request (object):*
89518951
** *`set_id` (string)*: The id of the synonym set to be updated with the synonym rule
89528952
** *`rule_id` (string)*: The id of the synonym rule to be updated or created
8953-
** *`synonyms` (string[])*
8953+
** *`synonyms` (string)*
89548954

89558955
[discrete]
89568956
=== tasks

src/api/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17178,7 +17178,7 @@ export interface SynonymsPutSynonymResponse {
1717817178
export interface SynonymsPutSynonymRuleRequest extends RequestBase {
1717917179
set_id: Id
1718017180
rule_id: Id
17181-
synonyms: SynonymsSynonymString[]
17181+
synonyms: SynonymsSynonymString
1718217182
}
1718317183

1718417184
export type SynonymsPutSynonymRuleResponse = SynonymsSynonymsUpdateResult

src/api/typesWithBodyKey.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17586,7 +17586,7 @@ export interface SynonymsPutSynonymRuleRequest extends RequestBase {
1758617586
rule_id: Id
1758717587
/** @deprecated The use of the 'body' key has been deprecated, move the nested keys to the top level object. */
1758817588
body?: {
17589-
synonyms: SynonymsSynonymString[]
17589+
synonyms: SynonymsSynonymString
1759017590
}
1759117591
}
1759217592

0 commit comments

Comments
 (0)