Sign in

Update landing page

documented

Update a landing page.

PATCH /landing-pages/{page_id}Landing Pagesno 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://{{$datacenter}}.api.mailchimp.com/3.0/landing-pages/{{$page_id}}" \
  -X PATCH \
  -H "Authorization: Basic {{MAILCHIMP_API_KEY}}" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d '{"title": "{{$title}}", "description": "{{$description}}", "template_id": {{$template_id}}}'