put https://buzz-key.api.beeswax.com/rest/custom_list_item
Important Notes about PUT on Custom List Items
-
Unlike all other PUTs, you cannot update a single list item using the primary key
custom_list_item_id
. Instead the PUT useslist_id
to indicate which list is being operated upon. -
When processing a PUT with an array of list items, all existing list items in the list are deleted. The PUT replaces the items entirely. To append new items to an existing list, use the POST method.
-
To add list items to an existing list using a bulk file (csv or txt) use the POST method.
-
To update the
value
field of a list item you must replace the entire list using thePUT
.