Does the PUT method in the REST architecture have to pass the entire modified JSON object?

can I pass only a single attribute?


this has nothing to do with PUT .

your backend supports updating only the specified fields.

Menu