Skip to content

Commit 9ee10cc

Browse files
Update put_synonyms api specification (#2789)
1 parent 480562b commit 9ee10cc

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)