I see how this will work:
/ user / 456
with GET, POST and DELETE, but not with PUT, if the caller somehow does not know the next primary key or he himself ... how to do it?
I read here: PUT vs POST in REST
The PUT method requests that the enclosed object be stored under the provided Request-URI.
source
share