---
title: "update expense date and description + regenerate donations page (Auth policies: ganjoor:donations)"
method: PUT
path: "/api/donations/expense/{id}"
tags: ["DonationAccounting"]
---

# update expense date and description + regenerate donations page (Auth policies: ganjoor:donations)

`PUT /api/donations/expense/{id}`

## Path parameters

- `id` integer, required

## Request body

- UpdateDateDescriptionViewModel — update date and description view model (donation + expense limited update api)
  - `date` string, date-time — date
  - `description` string, nullable — description

## Response `200`

OK

- boolean

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden

---

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