Update List Field Values

Create, update, or archive options for a list field. To update an existing option, specify its ID. To create a new option, omit the id attribute. To archive an option while preserving it for historical data, set the archived attribute to yes.

Response format note: A successful response returns the full updated list in XML format.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

The ID of the list field to update.

Body Params
options
array of objects

The list field options to create, update, or archive.

options
Responses

400

The posted JSON is invalid or malformed.

403

The list is not editable, or the API user does not have sufficient permissions.

404

The specified list field or option ID does not exist.

409

A duplicate list value conflicted with the value specified.

Language
Credentials
:
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here!