Custom Lists
Update Custom List
Updates an custom list by its alias.
PATCH
/
value-lists
/
{value_list_alias}
Path Parameters
value_list_alias
string
requiredThe alias used to identify the value list.
Body
application/json
isActive
boolean
valueListItems
(string | number)[]
Response
200 - application/json
name
string
alias
string
itemType
enum<string>
Available options:
string
, number
isActive
boolean
valueListItems
(string | number)[]
Was this page helpful?