Re: Idempotent partial updates

I think that the "problem" in this case is one of invention only.  If
you desire the ability to do a partial update of a resource, then you
probably don't have enough resources.  I know that's a gross
generalization, but I haven't seen that comment in the thread.

I agree with Mike that PATCH (or a special POST) aren't visibly
idempotent, which is a crucial characteristic if this is going to
work.

On 27 February 2012 07:54, Julian Reschke <julian.reschke@gmx.de> wrote:
>>> See above: (1) PUT never allowed partial updates, and (2) you don't need
>>> PUT
>>> to make modifications idempotent.

Received on Tuesday, 28 February 2012 04:28:53 UTC