---
title: "Update reimbursement"
method: PATCH
path: "/v1/reimbursements/{reimbursement_id}"
tags: ["Reimbursements"]
---

# Update reimbursement

`PATCH /v1/reimbursements/{reimbursement_id}`

## Path parameters

- `reimbursement_id` string, uuid, required

## Request body

- PatchedReimbursementReportUpdateSchema
  - `marked_as_paid` boolean, nullable — Whether the reimbursement report is marked as paid.

## Response `200`

Reimbursement updated successfully

## Other responses

- `404` — Reimbursement not found

---

[API](https://skmtc.dev/floatfinancial/apis/float-public-api.md) · [All operations](https://skmtc.dev/floatfinancial/apis/float-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/floatfinancial/float-public-api/revisions/a3c42eb1b312/schema)
