Re: diff + HTTP PATCH == wrong?
Philippe Rathé <[email protected]>
| Newsgroups | gmane.comp.web.services.rest |
|---|---|
| Message-ID | <CAE-VBsAO+U8KsFwTRdSbgT8msJ3GFEzPGd3L5V+SDyQobHZ6kg@mail.gmail.com> |
Hi Peter On Thu, Jul 26, 2012 at 3:33 PM, Peter Williams <[email protected]>wrote: > > PUT has replacement semantics, not fullness semantics. This is > obviously the case because you don't have to provide each and every > representation of a resource. Further, the server may modify the > provided representation in any way it sees fit before actually > performing the replacement. > > Awesome, that is illuminating. I agree.