| Time | Status | User Agent |  |
| :-- | :-- | :-- | :-- |
| Make a request to see history. |

#### URL Expired

The URL for this request expired after 30 days.

### Fields

- **id**  
  Id of onboarding for which data will be updated. If not present, it will be extracted from token.

- **name**  
  Name of the person obtained from ocr can be updated here.

- **birthDate**  
  Birth date of the person obtained from ocr can be updated here.

- **address**  
  Address of the person obtained from ocr can be updated here.

- **gender**  
  Gender of the person obtained from ocr can be updated here.

- **manualIdCheckNeeded**  
  If set to true, indicates that manual check is needed for validating id.

- **manualSelfieCheckNeeded**  
  If set to true, indicates that manual check is needed for validating selfie image.

- **api-version**  
  required  
  Defaults to 1.0

### Responses

```
200      OK
```

```
400      Bad Request
```

### Example Request

```shell
curl --request PUT \
     --url https://demo-api.incodesmile.com/omni/update \
     --header 'accept: application/json' \
     --header 'api-version: 1.0' \
     --header 'content-type: application/json'
```

### Response Format

- **application/json**
