---
title: "Update interview"
method: PUT
path: "/omni/update"
tags: ["Interview"]
---

# Update interview

`PUT /omni/update`

If upload of front, back side of id or selfie, was not successful after retries,
use this endpoint to specify that additional manual check is needed.

## Query parameters

- `id` string

## Headers

- `api-version` string, required

## Request body

- UpdateRequest
  - `name` string — Name of the person obtained from ocr can be updated here.
  - `birthDate` string — Birth date of the person obtained from ocr can be updated here.
  - `address` string — Address of the person obtained from ocr can be updated here.
  - `gender` string — Gender of the person obtained from ocr can be updated here.
  - `manualIdCheckNeeded` boolean — If set to true, indicates that manual check is needed for validating id.
  - `manualSelfieCheckNeeded` boolean — If set to true, indicates that manual check is needed for validating selfie image.

## Response `200`

OK

- BasicResponse
  - `success` boolean — Flag indicating request passed successfully.
  - `sessionStatus` 'Alive' | 'Closed' | 'Deleted' — Session status

## Other responses

- `400` — Bad Request

---

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