<div dir="ltr">On Fri, Dec 14, 2018 at 12:34 PM Kevin Harwell <<a href="mailto:kharwell@digium.com">kharwell@digium.com</a>> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">I'm not a REST expert by any means, but I thought POST aligned more with create and PUT create/update. But I guess since we are working on the whole list then we can get away with just a PUT, and as you say it will add or replace/update the entire list. </div><a href="http://lists.digium.com/mailman/listinfo/asterisk-dev" rel="noreferrer" target="_blank"></a></blockquote><div><br></div><div>I don't pretend to be either, but in other REST-like systems I've typically used POST to create an object, PUT to update a complete object, PATCH to update just one portion of an object, and DELETE to delete an object.</div><div><br></div><div>-Jared<br></div></div></div>