put https://a.klaviyo.com/api/v2/list/
Updates a list's name.
Response
200OK
Updates a list's name.
200OK
xxxxxxxxxx
curl --request PUT \
--url 'https://a.klaviyo.com/api/v2/list/LIST_ID?api_key=PRIVATE_API_KEY' \
--header 'content-type: application/x-www-form-urlencoded' \
--data list_name=MyRenamedList