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
The response from the delete synonym API call returns only the id. But the Rust method expects two aditional fields, root and synonyms, which are not present in the api response. So the response always results in an deserialization error. Tested on 0.3.0