v1
latestOpenAPI 3.0.12026-07-24285462499.1 KBjob-level-interview-templates
Update job level interview template.
Updates job level interview template.
put/job-templates/{jobInterviewTemplateId}
Path parameters
jobInterviewTemplateIdstring uuid required
The job level interview templates id
Request body
Example request
{
"privateInterview": true,
"invitations": [
{
"email": {
"subject": "Interview invitation",
"content": "You have been invited for an interview"
},
"sms": {
"content": "Hello, we would like to invite you to the interview",
"confirmationMessage": "Thanks for the confirmation"
},
"whatsApp": {
"enabled": true
},
"language": "en",
"repeat": {
"intervalInMinutes": 1440,
"count": 2
}
}
],
"reminders": [
{
"language": "en",
"message": {
"content": "Hello, we would like to remind you about upcoming interview."
}
}
]
}Response
Successfully updated job templates.