---
title: "Update interview"
method: PATCH
path: "/ats/applications/{application_id}/interviews"
tags: ["Unified ATS API"]
---

# Update interview

`PATCH /ats/applications/{application_id}/interviews`

Update interview



<Warning>**Closed Beta Feature:** This endpoint is currently in closed beta. We're testing it with selected customers before its public release. If you're interested in learning more or getting early access, please reach out.</Warning>

## Path parameters

- `application_id` string, required — The ID of the application

## Headers

- `X-Integration-Id` string, required

## Request body

- PatchAtsApplicationsApplicationIdInterviewsRequestBody
  - `interview_id` string, required — The ID of the interview
  - `title` string, required — The title of the interview
  - `start_time` string, required — The start time of the interview
  - `end_time` string, required — The end time of the interview
  - `interviewer_user_ids` string[], required — The IDs of the interviewers
  - `organizer_user_id` string, required — The ID of the organizer
  - `location` object, required
    - `type` 'PHYSICAL' | 'VIRTUAL', required
    - `address` string

## Response `200`

PATCH /ats/applications/:application_id/interviews Positive response

- PatchAtsApplicationsApplicationIdInterviewsPositiveResponse
  - `status` 'success', required
  - `data` object, required

## Other responses

- `default` — The standard error response with the error codes for the ATS use case.

---

[API](https://skmtc.net/kombo/apis/kombo-api.md) · [All operations](https://skmtc.net/kombo/apis/kombo-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kombo/kombo-api/versions/1e45035b96d3/schema)
