Description
Update of a service using Public API fails with the following error: "id/name conflict: another service already exists with name[<name>], its id is [<id>]".
This ID and name given are the same values provided in updateService() API; and there is only one service with the given name and ID - which is the service being updated.