---
title: "Update a UK Savings Account name"
method: PUT
path: "/individuals/savings-income/uk-accounts/{nino}/account-name/{savingsId}"
tags: ["UK Savings Account"]
---

# Update a UK Savings Account name

`PUT /individuals/savings-income/uk-accounts/{nino}/account-name/{savingsId}`

This endpoint allows a developer to update UK savings account information.
A National Insurance number and savings account ID must be provided.

### Test data
Scenario simulation using Gov-Test-Scenario headers is only available in the sandbox environment.

| Header Value (Gov-Test-Scenario) | Scenario                                       |
|----------------------------------|------------------------------------------------|
| N/A - DEFAULT                    | Simulates success response.                    |
| NOT_FOUND                        | Simulates the scenario where no data is found. |
| REQUEST_CANNOT_BE_FULFILLED      | Simulates the scenario where the request cannot be fulfilled for various reasons other than the ones triggering other errors.|
| STATEFUL                         | Performs a stateful update.                    |

## Path parameters

- `nino` string, required
- `savingsAccountId` string, required

## Headers

- `Accept` 'application/vnd.hmrc.2.0+json', required
- `Content-Type` 'application/json', required
- `Authorization` string, required
- `Gov-Test-Scenario` string

## Request body

- object — Update a UK Savings Account name Request
  - `accountName` string, required — Friendly account name. Must not be empty or contain only whitespace.

## Response `204`

Success (No Content)

## Other responses

- `400` — Bad request
- `403` — Forbidden
- `404` — Not Found
- `422` — Unprocessable Entity

---

[API](https://skmtc.net/hmrc/apis/individuals-savings-income-api.md) · [All operations](https://skmtc.net/hmrc/apis/individuals-savings-income-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hmrc/individuals-savings-income-api/revisions/a1548b6bb7f3/schema)
