---
title: "Amend AML search"
method: PUT
path: "/aml/{JOURNEY_ID}"
---

# Amend AML search

`PUT /aml/{JOURNEY_ID}`

Replace AML search result on existing journey with new input data.

## Path parameters

- `JOURNEY_ID` string, required

## Request body

- object
  - `entity_details` object, required — only for AML journeys. For the entity details object, only full name is mandatory, and birth date and sex are optional parameters
    - `full_name` string, required
    - `birth_date` string — Birthdate in ISO format (YYYY-MM-DD)
    - `sex` 'male' | 'female'

## Response `200`

200

- object
  - `success` boolean

## Other responses

- `400` — 400
- `404` — 404

---

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