(no title)
eggn00dles | 7 months ago
put will blow away existing keys if they dont exist in the new payload. which is why it cant be upsert.
eggn00dles | 7 months ago
put will blow away existing keys if they dont exist in the new payload. which is why it cant be upsert.
pas|7 months ago
that said, usually PUT is meaningful for a URL (or URI), and in these circumstances it's like upsert, and it cannot blow away other keys, as it operates on one key, given by the URL
of course if we assume a batch endpoint, sure, it then can do non-upsert-like things