---
title: "POST /holidays"
method: POST
path: "/holidays"
tags: ["slash-holidays"]
---

# POST /holidays

`POST /holidays`

## 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/post.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)
