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
success_criteria
string | null
interview_context_for_employee
string | null
agent_behavior
string | null
channel
string | null
interview_duration_minutes
integer | null
interview_type
string | null
voice_id
string | null
welcome_screen
string | null
closing_message
string | null
recurring_interval
string | null
timeframe_start
string<date-time> | null
timeframe_end
string<date-time> | null
quick_mode_hours
integer | null
scheduling_mode
string | null
start_immediately
boolean | null

Response

Successful Response