---
title: "Update specific campaign"
method: PUT
path: "/campaigns/{id}"
tags: ["Campaigns"]
---

# Update specific campaign

`PUT /campaigns/{id}`

The Update specific campaign method enables you to update the details of a specific campaign specified by the campaign id.

## Request body

- object
  - `agent_callerid_name` string
  - `agent_callerid_number` string
  - `audio_agent_playback` string
  - `auto_dial` string
  - `auto_dial_delay` string
  - `available_agent_search_timeout` string
  - `call_hours` string
  - `campaign_type` string
  - `client_callerid_name` string
  - `client_callerid_number` string
  - `created_at` string
  - `creator_user_id` string
  - `custom_call_fields` string
  - `default_answer_status` string
  - `default_busy_status` string
  - `default_direct_dial_status` string
  - `default_error_status` string
  - `default_fax_status` string
  - `default_not_exists_status` string
  - `default_permanent_expiration_days` string
  - `default_timeout_status` string
  - `default_voice_mail_status` string
  - `default_weight` string
  - `description` string
  - `feedback_default_status` string
  - `feedback_timeout` string
  - `fetch_leads_type` string
  - `highest_priority_weight` string
  - `is_active` string
  - `is_deleted` string
  - `lead_status_workflow` string
  - `min_weight` string
  - `name` string
  - `parent_id` unknown
  - `permanent_agent_offline_keepalive` string
  - `permanent_callback_keepalive` string
  - `permanent_daily_limit` string
  - `permanent_total_limit` string
  - `predictive_call_ratio` string
  - `predictive_call_timeout` string
  - `predictive_fallback_action` string
  - `predictive_fallback_action_options` string
  - `predictive_fallback_action_timeout` string
  - `predictive_preservation_min_ringing_duration` string
  - `predictive_ringing_preservation_ratio` string
  - `remote_call_screen_enabled` string
  - `remote_data_url` string
  - `updated_at` string
  - `voice_mail_button_status` string
  - `voicemail_playback_file` string
  - `voicemail_time_options` string

## Response `201`

Successful operation

## Other responses

- `404` — Error

---

[API](https://skmtc.net/commpeak/apis/dialer-api-v2-0-1.md) · [All operations](https://skmtc.net/commpeak/apis/dialer-api-v2-0-1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/commpeak/dialer-api-v2-0-1/versions/eacecf960bb6/schema)
