v1
latestOpenAPI 3.0.12026-07-24285462499.1 KBinterview-templates
Update interviewers selection for job interview template.
Updates the selection of interviewers for job interview template.
patch/interview/templates/job/{jobInterviewTemplateId}
Path parameters
jobInterviewTemplateIdstring uuid required
The job interview template id
Request body
Example request
{
"hiringTeamRoleToInterviewers": {
"HIRING_MANAGER": [
"5f7b1b3b1d7f1d0001d7f1d0"
],
"INTERVIEW_TEAM": [
"5f7b1b3b1d7f1d0001d7f1d1",
"5f7b1b3b1d7f1d0001d7f1d2"
]
}
}Response
Job interview template interviewers selection successfully updated.