Create or update a synonym set Added in 8.10.0
Synonyms sets are limited to a maximum of 10,000 synonym rules per set. If you need to manage more synonym rules, you can create multiple synonym sets.
Path parameters
-
The id of the synonyms set to be created or updated
Body Required
synonyms_set object | array[object] Required
The synonym set information to update
PUT
/_synonyms/{id}
curl \
-X PUT http://api.example.com/_synonyms/{id} \
-H "Content-Type: application/json" \
-d '{"synonyms_set":{"id":"string","synonyms":"string"}}'