---
title: "Update a holiday event (name, type)"
method: PUT
path: "/v1/holiday-collections/{collectionId}/events/{id}"
tags: ["Holiday Events"]
---

# Update a holiday event (name, type)

`PUT /v1/holiday-collections/{collectionId}/events/{id}`

## Path parameters

- `collectionId` string, required
- `id` string, required

## Request body

- HolidayEventUpdateDto
  - `name` string
  - `type` string

## Response `200`

Updated event

- HolidayEventDto
  - `id` string
  - `templateId` string
  - `collectionId` string
  - `name` string
  - `date` string
  - `year` integer
  - `type` string
  - `created` integer

## Other responses

- `400` — Bad request
- `401` — Not authorized

---

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