#
Update contact list
Update an existing contact list.
#
Method
PUT
#
Path
/lists/[id]
#
Body parameters
#
Response
#
HTTP status codes
#
Response object
#
Code sample
curl --location --request PUT 'https://api.sociocs.com/lists/10001' \
--header 'apikey: your_api_key' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "My Contact List New Name"
}'