curl -X PUT https://api2.ecomailapp.cz/lists/2 \ -H "key: YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "name": "Updated name", "from_name": "Ecomailapp.cz", "from_email": "test@ecomailapp.cz", "reply_to": "support@ecomail.cz" }'
{ "id": 2, "name": "Updated name", "from_name": "Ecomailapp.cz", "from_email": "test@ecomailapp.cz", "reply_to": "support@ecomail.cz", "sub_success_page": null, "sub_confirmed_page": null, "unsub_page": null, "double_optin": null, "conf_subject": null, "conf_message": null }
Update an existing subscriber list.