Update project
documentedUpdate an existing project.
POST https://goapi.unisender.ru/ru/transactional/api/v1/project-update.jsonProjectsno implementation yet0 runsNo 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://go1.unisender.ru/ru/transactional/api/v1/project/update.json" \
-X POST \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-H "X-API-KEY: {{UNISENDER_API_KEY}}" \
-d '{"project_id": "{{$project_id}}", "project_api_key": "{{$project_api_key}}", "project": {"name": "{{$project_name}}", "country": "{{$country}}", "send_enabled": {{$send_enabled}}, "custom_unsubscribe_url_enabled": {{$custom_unsubscribe_url_enabled}}, "backend_domain_id": {{$backend_domain_id}}, "unsubscribe_page_id": {{$unsubscribe_page_id}}, "email_counter": {{$email_counter}}, "email_counter_limit": {{$email_counter_limit}}, "email_counter_mode": "{{$email_counter_mode}}"}}'