---
title: "Update expenses"
method: PATCH
path: "/api/v2/expenses"
tags: ["Expenses - Bulk"]
---

# Update expenses

`PATCH /api/v2/expenses`

Bulk update expenses.

## Headers

- `X-Organization-Id` string, required

## Response `200`

Expenses.

## Changes

- **2026-09-02** `061c271b2e3a` — 1 breaking, 2 info
  - the `data` response's property type changed from `array` to `object` for status `200`
  - added the optional property `data/attributes` to the response with the `200` status
  - added the optional property `data/relationships` to the response with the `200` status
- **2026-09-02** `743d67840637` — 1 breaking, 2 warning
  - the `data` response's property type changed from `object` to `array` for status `200`
  - removed the optional property `data/attributes` from the response with the `200` status
  - removed the optional property `data/relationships` from the response with the `200` status
- **2026-08-31** `0e862879d77b` — 1 breaking, 2 info
  - the `data` response's property type changed from `array` to `object` for status `200`
  - added the optional property `data/attributes` to the response with the `200` status
  - added the optional property `data/relationships` to the response with the `200` status
- **2026-08-26** `c5790dcc537a` — 1 breaking, 2 warning
  - the `data` response's property type changed from `object` to `array` for status `200`
  - removed the optional property `data/attributes` from the response with the `200` status
  - removed the optional property `data/relationships` from the response with the `200` status
- …earlier changes not shown

[Full history](https://skmtc.dev/productive/apis/api-documentation/changes/api/v2/expenses/patch.md)

---

[API](https://skmtc.dev/productive/apis/api-documentation.md) · [All operations](https://skmtc.dev/productive/apis/api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/productive/api-documentation/revisions/72b19e10d7df/schema)
