custom_list_item

Important Notes about PUT on Custom List Items

  1. Unlike all other PUTs, you cannot update a single list item using the primary key custom_list_item_id. Instead the PUT uses list_id to indicate which list is being operated upon.

  2. 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.

  3. To add list items to an existing list using a bulk file (csv or txt) use the POST method.

  4. To update the value field of a list item you must replace the entire list using the PUT.

Body Params
int32
required

The unique ID of the list. List must be active.

list_item
array of strings
required

An array of items. Items are validated based on the type of the corresponding Custom List

list_item*
Response

Language
Request
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json