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

# Update interviewers selection for job interview template.

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

> **Deprecated.**

Updates the selection of interviewers for job interview template.

## Path parameters

- `jobInterviewTemplateId` string, uuid, required

## Request body

- JobInterviewTemplateInterviewersSelectionUpdateExternal
  - `hiringTeamRoleToInterviewers` object — Interviewers grouped by hiring team role selected to participate in the interview the interview template will be used to schedule

## Response `204`

Job interview template interviewers selection successfully updated.

## Other responses

- `401` — Unauthorized.
- `403` — Forbidden.
- `404` — Job interview template 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)
