---
title: "Update Reimbursement"
method: PATCH
path: "/reimbursement/{projectId}"
tags: ["reimbursement"]
---

# Update Reimbursement

`PATCH /reimbursement/{projectId}`

Update an existing Reimbursement policy

## Request body

- PolicyUpdateInput — Reimbursement update information
  - `Beneficiaries` Contact[]
    - `EmailAddress` string
    - `Name` string
  - `Categories` string[], required
  - `EntityType` string
  - `Owner` Contact, required — Contact information
    - `EmailAddress` string
    - `Name` string
  - `ProjectURL` string, required

## Response `200`

OK

## Other responses

- `400` — Invalid Request
- `401` — Unauthorized
- `404` — Not Found
- `500` — Server Error

---

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