---
title: "Update Savings Goal"
method: PATCH
path: "/api/v1/savings-goals/{id}"
tags: ["Finance Management.Savings Goals", "ENTERPRISE"]
---

# Update Savings Goal

`PATCH /api/v1/savings-goals/{id}`

Update a Savings Goal.

## Path parameters

- `id` string, required

## Request body

- Finance20ManagementSavings20Goals20Request — unresolved $ref

## Response `200`

The updated Savings Goal.

- Finance20ManagementSavings20Goals20Response — unresolved $ref

## Other responses

- `401` — If the user is not authorized.
- `404` — Savings Goal not found.

---

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