---
title: "Update a given list of expenses."
method: PUT
path: "/expenses"
tags: ["Expenses"]
deprecated: true
---

# Update a given list of expenses.

`PUT /expenses`

> **Deprecated.**

At the moment, it is only possible to update expenses' status

## Request body

- ExpensesUpdateRequest
  - `expenseIds` string[], required — An array of unique expense UUIDs to update their statuses.
  - `status` 'NOT_EXPORTED' | 'QUEUED' | 'EXPORTING' | 'EXPORTED', required — Status the expenses listed in the expenseIds field will be updated to.

## Response `200`

Success

- object

---

[API](https://skmtc.net/pleo/apis/gjoll-api.md) · [All operations](https://skmtc.net/pleo/apis/gjoll-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pleo/gjoll-api/versions/c70cd21dc330/schema)
