I created a service for updating record in database and
but when I provide objectId as text it works (I use same parameters)
What’s the difference between these two, and why PUT method in first case doesn’t work (it tries to insert new object not to update existing one) and in second works?