Updates an custom list by its alias.
cURL
curl --request PATCH \ --url https://api.authsignal.com/v1/management/value-lists/{value_list_alias} \ --header 'Content-Type: application/json' \ --data '{ "isActive": true, "valueListItems": [ "<string>" ] }'
{ "name": "<string>", "alias": "<string>", "itemType": "string", "isActive": true, "valueListItems": [ "<string>" ] }
The alias used to identify the value list.
OK
The response is of type object.
object
Was this page helpful?