Sign in

Update List

documented

Update the name/description of an existing list.

POST /rest/subscribers_list/updateListsno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://api.easysendy.com/rest/subscribers_list/update" \
  -X POST \
  -H "Content-Type: application/json" \
  -d '{"api_key":"{{EASYSENDY_API_KEY}}","hash":"{{$list_uid}}","name":"{{$list_name}}","description":"{{$list_description}}"}'