/<instance_id>/synonyms/{synonym_id} - PUT
Method description
Update an existent synonym for the client {instance_id}.
URI Parameters
None
Requests
Body
application/json
See Empathy Play API - Models for details. The request may include only the fields that are to be updated.
To remove a field (and set the default) set it to null. It is an error to remove a required field.
Responses
201 - item has been updated
Type: application/json
Also, a Location header will point to the URL for the boost that was just created.
400 - Invalid parameters. Error response will include details
Type: application/json
401 - the user performing the action doesn't meet the security criteria
Type: application/json
404 - the instance or item doesn't exist
Type: application/json