Skip to content

Commit f539770

Browse files
[Backport 8.15] Updating put_synonyms api specification (#2791)
(cherry picked from commit 9ee10cc) Co-authored-by: Samiul Monir <[email protected]>
1 parent df03de2 commit f539770

File tree

3 files changed

+21
-9
lines changed

3 files changed

+21
-9
lines changed

output/schema/schema.json

Lines changed: 19 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

output/typescript/types.ts

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

specification/synonyms/put_synonym/SynonymsPutRequest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@ export interface Request extends RequestBase {
3737
/**
3838
* The synonym set information to update
3939
*/
40-
synonyms_set: SynonymRule[]
40+
synonyms_set: SynonymRule | SynonymRule[]
4141
}
4242
}

0 commit comments

Comments
 (0)