Skip to main content
PATCH
Update Draft

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

interview_id
string<uuid>
required

Body

application/json
name
string | null
description
string | null
goal
string | null
project_context
string | null
interview_context_for_employee
string | null
invitation_email_message
string | null
Maximum string length: 4000
teams_invitation_message
string | null
Maximum string length: 4000
agent_profile_id
string<uuid> | null
channel
string | null
interview_duration_minutes
integer | null
interview_type
string | null
default_language
string | null
voice_id
string | null
voice_speed
number | null
voice_provider
string | null
voice_language
string | null
participant_voice_selection_enabled
boolean | null
participant_mode_selection_enabled
boolean | null
participant_language_selection_enabled
boolean | null
participant_anonymity_selection_enabled
boolean | null
participant_review_enabled
boolean | null
result_summary_enabled
boolean | null
welcome_screen
string | null
closing_message
string | null
recurring_interval
string | null
timeframe_start
string<date-time> | null
timezone
string | null
timeframe_end
string<date-time> | null
quick_mode_hours
integer | null
scheduling_mode
string | null
start_immediately
boolean | null
followup_enabled
boolean | null
followup_strategy
string | null
followup_intervals_hours
integer[] | null
followup_deadline_days
integer[] | null
followup_message
string | null
is_anonymous
boolean | null
anonymity_level
string | null
draft_guide
Draft Guide · object[] | null

Response

Successful Response