Add or Update Values for List Fields

This resource accepts one or more options. To update an option, specify an ID. You may also remove an option from the list of current values by archiving the value. To create a new option, do not specify an "id" attribute.

Sample Request

{
    "options": [
                    {
                        "value": "New Value"
                    },
                    {
                        "id": 11412,
                        "archived": "yes",
                        "value": "Updated Value"
                    }
    ]
}
Language
Authorization
Basic
base64
:
Click Try It! to start a request and see the response here!