---
title: "PUT /holidays/{holidayId}"
method: PUT
path: "/holidays/{holidayId}"
tags: ["slash-holidays"]
---

# PUT /holidays/{holidayId}

`PUT /holidays/{holidayId}`

## Path parameters

- `holidayId` integer, required

## Request body

- UpsertHolidayRequest
  - `holidayDate` string, date, required
  - `description` string
  - `recurring` boolean, required

## Response `200`

OK

- ResponseFormat
  - `success` boolean
  - `message` string
  - `data` unknown
  - `errorCode` integer
  - `errors` unknown

## Changes

- **2026-08-28** `290e97dda2ec` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/astravue/apis/astravue-api/changes/holidays/:holidayId/put.md)

---

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