---
title: "Update address"
method: PUT
path: "/api/clients/{client_id}/addresses/{address_id}"
tags: ["Clients - Protected"]
---

# Update address

`PUT /api/clients/{client_id}/addresses/{address_id}`

Update an existing address.

## Path parameters

- `client_id` integer, required — Client ID
- `address_id` integer, required — Address ID

## Headers

- `x-api-token` string, nullable

## Request body

- AddressUpdate — Address update request (all fields optional).
  - `morada` string, nullable
  - `codigo_postal` string, nullable
  - `localidade` string, nullable
  - `cidade` string, nullable
  - `pais` string, nullable
  - `principal` boolean, nullable

## Response `200`

Successful Response

- AddressResponse — Address response.
  - `id` integer, required
  - `morada` string, nullable
  - `codigo_postal` string, nullable
  - `localidade` string, nullable
  - `cidade` string, nullable
  - `pais` string, nullable
  - `principal` boolean

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/multigest/apis/multigest-protected-api.md) · [All operations](https://skmtc.dev/multigest/apis/multigest-protected-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/multigest/multigest-protected-api/revisions/4b44eb76b3ee/schema)
