Skip to content

Commit 63dc1ab

Browse files
Auto-generated API code
1 parent 949d8a3 commit 63dc1ab

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
@@ -9094,7 +9094,7 @@ client.synonyms.putSynonymRule({ set_id, rule_id, synonyms })
90949094
* *Request (object):*
90959095
** *`set_id` (string)*: The id of the synonym set to be updated with the synonym rule
90969096
** *`rule_id` (string)*: The id of the synonym rule to be updated or created
9097-
** *`synonyms` (string[])*
9097+
** *`synonyms` (string)*
90989098

90999099
[discrete]
91009100
=== tasks

src/api/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17278,7 +17278,7 @@ export interface SynonymsPutSynonymResponse {
1727817278
export interface SynonymsPutSynonymRuleRequest extends RequestBase {
1727917279
set_id: Id
1728017280
rule_id: Id
17281-
synonyms: SynonymsSynonymString[]
17281+
synonyms: SynonymsSynonymString
1728217282
}
1728317283

1728417284
export type SynonymsPutSynonymRuleResponse = SynonymsSynonymsUpdateResult

src/api/typesWithBodyKey.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17693,7 +17693,7 @@ export interface SynonymsPutSynonymRuleRequest extends RequestBase {
1769317693
rule_id: Id
1769417694
/** @deprecated The use of the 'body' key has been deprecated, move the nested keys to the top level object. */
1769517695
body?: {
17696-
synonyms: SynonymsSynonymString[]
17696+
synonyms: SynonymsSynonymString
1769717697
}
1769817698
}
1769917699

0 commit comments

Comments
 (0)