---
title: "Update profile limits"
method: PATCH
path: "/v4/spend/profiles/{profileId}/spend-limits"
tags: ["spend-limits"]
---

# Update profile limits

`PATCH /v4/spend/profiles/{profileId}/spend-limits`

Update profile daily and monthly spend limits for `PURCHASE` or `ATM_WITHDRAWAL`. Both daily and monthly must be set.

## Path parameters

- `profileId` integer, required

## Headers

- `X-External-Correlation-Id` string, uuid

## Request body

- object
  - `type` 'PURCHASE' | 'ATM_WITHDRAWAL' — The type of transaction.
  - `aggregateWindow` object
    - `daily` object
      - `value` object — The amount allowed to be spent daily.
        - `amount` number
        - `currency` string
    - `monthly` object
      - `value` object — The amount allowed to be spent monthly.
        - `amount` number
        - `currency` string

## Response `200`

Updated profile spend limits. See [Retrieve profile limits](/api-reference/spend-limits/spendlimitsprofileget).

## Other responses

- `429` — Rate limit exceeded. Retry after the number of seconds specified in the `Retry-After` header.

---

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