---
title: "Update job interview template."
method: PUT
path: "/interview/templates/job/{jobInterviewTemplateId}"
tags: ["interview-templates"]
deprecated: true
---

# Update job interview template.

`PUT /interview/templates/job/{jobInterviewTemplateId}`

> **Deprecated.**

Updates job interview template.

## Path parameters

- `jobInterviewTemplateId` string, uuid, required

## Request body

- JobInterviewTemplateUpdateExternalDto
  - `durationInMinutes` integer, required — Duration of the interview
  - `hiringTeamRoleToInterviewerCount` object, required — Required number of interviewers for given hiring team roles
  - `format` 'ONSITE_JOB' | 'ONSITE' | 'PHONE' | 'VIDEO' | 'VIDEO_CALENDAR' | 'VIDEO_MEETING_ZOOM' | 'OTHER', required — Format of the interview
  - `location` string — Location of the interview
  - `privateInterview` boolean, required — Flag indicating whether the interview invitation is private
  - `zoomHostId` string — Identifier of the user being the zoom interview host
  - `organizerId` string — Identifier of the user being the zoom interview organizer
  - `meetingHostId` string — Identifier of the user being the interview host
  - `invitations` InvitationUpdateExternal[], required — Job interview invitation update
    - `email` EmailInvitationInputExternal, required — Email invitation update
      - `subject` string, required — Email subject
      - `content` string, required — Email content
      - `bccEmployeeIds` string[] — List of employees who will receive a copy of this invitation
    - `sms` SmsInvitationInputExternal — Sms invitation update
      - `content` string, required — Invitation content
      - `confirmationMessage` string, required — Confirmation message
    - `whatsApp` WhatsAppInvitationInputExternal — WhatsApp invitation update
      - `enabled` boolean, required — WhatsApp invitation enabled?
    - `language` string — Invitation language
    - `repeat` RepeatInputExternalDto — Repeat invitation configuration update
      - `intervalInMinutes` integer — Time between invitations resends in minutes. Maximum value is 4320 minutes (3 days).
      - `count` integer — Number of times that invitation will be sent again. Maximum value is 5.
  - `reminders` ReminderInputExternalDto[], required — Reminders configuration
    - `channel` 'SMS' | 'WHATS_APP' | 'EMAIL', required — Communication method for the reminder to be sent.
    - `advanceTimes` integer[] — List of delivery times indicating how many times and how many minutes before the interview the reminder should be sent.
    - `language` string — Language in which the reminder message has been written.
    - `message` ReminderMessageInputExternal — Content of the reminder message. Applies only to Sms and Email reminders. WhatsApp reminders uses predefined templates which cannot be customised.
      - `content` string, required — Content of the reminder.

## Response `204`

Successfully updated job interview template.

## Other responses

- `401` — Unauthorized.
- `403` — Forbidden.
- `404` — Job interview blueprint not found.

---

[API](https://skmtc.net/smartrecruiters/apis/apply-api.md) · [All operations](https://skmtc.net/smartrecruiters/apis/apply-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/smartrecruiters/apply-api/revisions/449bdc2516c9/schema)
