v1

latestOpenAPI 3.0.12026-07-24285462499.1 KB
job-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

templateType'INDIVIDUAL' | 'GROUP' required

Interview template type

privateInterviewboolean

Flag indicating whether the interview is private

hiringTeamRoleToInterviewerCountobject required

Map of hiring team roles to the number of interviewers required for each role

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.