---
title: "Modifies an interview"
method: PATCH
path: "/interviews/{interviewId}"
tags: ["interviews"]
---

# Modifies an interview

`PATCH /interviews/{interviewId}`

Supported only for interviews created via the Public API.

## Request body

- InterviewToUpdateInput
  - `location` string
  - `timezone` string — Name of the timezone as described in TZ database
  - `candidate` AttendeeStatus
    - `status` 'accepted' | 'declined' | 'pending' | 'tentative', required

## Response `204`

Interview updated

## Other responses

- `400` — with codes: * **INVALID_TIMEZONE** when invalid timezone
- `403` — Forbidden to update an interview
- `404` — with codes: * **INTERVIEW_NOT_FOUND** when no interview with given id
- `422` — When input validation fails
- `500` — Unexpected error

---

[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)
