---
title: "Update an existing time off balance adjustment"
method: PATCH
path: "/v1/org/{orgId}/timeoff/adjustment/{adjustmentId}"
tags: ["timeoffAdjustment"]
---

# Update an existing time off balance adjustment

`PATCH /v1/org/{orgId}/timeoff/adjustment/{adjustmentId}`

## Path parameters

- `orgId` string, required
- `adjustmentId` string, required

## Request body

- UpdateTimeOffBalanceAdjustment
  - `days` number — balance adjustment

## Response `204`

Time off adjustment updated successfully

## Other responses

- `400` — Invalid input
- `403` — Permission denied
- `404` — Time off adjustment not found

---

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