Middle
Which REST method is used to modify the entire entity?
sobes.tech AI
Answer from AI
For complete replacement (modification) of an entity in REST, the PUT method is used. It assumes that the client sends a complete representation of the resource, and the server replaces the existing resource with this new state.