---
title: "차고지 휴일 등록"
method: POST
path: "/admin/garages/{garageId}/holidays"
tags: ["CarSharing Garage"]
---

# 차고지 휴일 등록

`POST /admin/garages/{garageId}/holidays`

## Path parameters

- `garageId` integer, required

## Request body

- GarageHolidaySaveRequest
  - `date` string, date, required
  - `holidayName` string, required
  - `memo` string

## Response `201`

Created

---

[API](https://skmtc.dev/capora/apis/openapi-definition.md) · [All operations](https://skmtc.dev/capora/apis/openapi-definition/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/capora/openapi-definition/revisions/42e54cb2362a/schema)
