---
title: "Update Draft"
method: PATCH
path: "/v1/campaign-creation/{interview_id}/draft"
tags: ["campaign-creation"]
---

# Update Draft

`PATCH /v1/campaign-creation/{interview_id}/draft`

Manually update the draft interview configuration.

## Path parameters

- `interview_id` string, uuid, required

## Request body

- DraftUpdateRequest
  - `name` string, nullable
  - `description` string, nullable
  - `goal` string, nullable
  - `project_context` string, nullable
  - `interview_context_for_employee` string, nullable
  - `invitation_email_message` string, nullable
  - `teams_invitation_message` string, nullable
  - `agent_profile_id` string, uuid, nullable
  - `channel` string, nullable
  - `join_link_delivery` boolean, nullable
  - `interview_duration_minutes` integer, nullable
  - `interview_type` string, nullable
  - `default_language` string, nullable
  - `voice_id` string, nullable
  - `voice_speed` number, nullable
  - `voice_provider` string, nullable
  - `voice_language` string, nullable
  - `participant_voice_selection_enabled` boolean, nullable
  - `participant_mode_selection_enabled` boolean, nullable
  - `participant_language_selection_enabled` boolean, nullable
  - `participant_selectable_languages` string[], nullable
  - `participant_anonymity_selection_enabled` boolean, nullable
  - `participant_review_enabled` boolean, nullable
  - `result_summary_enabled` boolean, nullable
  - `welcome_screen` string, nullable
  - `closing_message` string, nullable
  - `recurring_interval` string, nullable
  - `timeframe_start` string, date-time, nullable
  - `timezone` string, nullable
  - `timeframe_end` string, date-time, nullable
  - `quick_mode_hours` integer, nullable
  - `scheduling_mode` string, nullable
  - `start_immediately` boolean, nullable
  - `followup_enabled` boolean, nullable
  - `followup_strategy` string, nullable
  - `followup_intervals_hours` integer[], nullable
  - `followup_deadline_days` integer[], nullable
  - `followup_message` string, nullable
  - `is_anonymous` boolean, nullable
  - `anonymity_level` string, nullable
  - `draft_guide` object[], nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/ontora/apis/ontora-api.md) · [All operations](https://skmtc.dev/ontora/apis/ontora-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ontora/ontora-api/revisions/7f57037fd94b/schema)
