Interview
Update an interview
This endpoint updates an existing interview by ID.
PUT
Authorizations
API key to access the API
Path Parameters
ID of the interview to update
Body
application/json
Request body to update an interview
Request to update an interview
Name of the interview
Example:
"Full Stack Engineer Interview"
Required skills for the interview (max 5)
Example:
[
{
"name": "React",
"description": "Must be proficient in React Context API"
}
]
Additional questions for the interview (max 5)
Example:
["Are you willing to relocate?"]
The language in which the AI interview will be conducted
Available options:
en
, fr
, de
, he
, hi
, pt
, es
, tr
Example:
"en"
Whether the candidate can change the language
Whether the interview is a coding round only
Whether the coding round is required
The coding language for the coding round
Example:
"python"
Whether the proctoring is required