---
title: "Save Passport"
method: PUT
path: "/travelers/{traveler_id}/passport"
tags: ["travelers"]
---

# Save Passport

`PUT /travelers/{traveler_id}/passport`

## Path parameters

- `traveler_id` string, uuid, required

## Request body

- PassportDetails
  - `surname` string, nullable
  - `given_names` string, nullable
  - `date_of_birth` string, date, nullable
  - `gender` string, nullable
  - `nationality` string, nullable
  - `country` string, nullable
  - `number` string, nullable
  - `expiry` string, date, nullable

## Response `204`

Successful Response

## Other responses

- `422` — Validation Error

## Changes

> 20 revisions in range; 1 not diffed.

- **2026-09-18** `a3e985bf842c` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/helloaxel/apis/client-api-gateway/changes/travelers/:traveler_id/passport/put.md)

---

[API](https://skmtc.dev/helloaxel/apis/client-api-gateway.md) · [All operations](https://skmtc.dev/helloaxel/apis/client-api-gateway/llms.txt) · [OpenAPI document](https://skmtc.dev/helloaxel/apis/client-api-gateway/revisions/c1e649dcf8e0?raw)
