You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- `synonyms.put` => `synonyms.put_synonym` - requires `id` of the synonyms set to be created or updated.
48
+
- `synonym_rule.put` => `synonyms.put_synonym_rule` - Parameters changed to `set_id` (the id of the synonym set to be updated with the synonym rule) and `rule_id` (the id of the synonym rule to be updated or created).
49
+
- New Experimental API `synonyms.delete_synonym_rule` - Deletes a synonym rule in a synonym set
50
+
- New Experimental API `synonyms.get_synonym_rule` - Retrieves a synonym rule from a synonym set
0 commit comments