---
title: "Update an event"
method: PATCH
path: "/v1/events/{id}"
tags: ["Events"]
---

# Update an event

`PATCH /v1/events/{id}`

## Path parameters

- `id` string, uuid, required

## Request body

- Event
  - `id` string, uuid
  - `name` string, required
  - `description` string, nullable
  - `event_type` string
  - `event_date` string, date, nullable
  - `location` string, nullable
  - `is_template` boolean
  - `holiday_key` string, nullable
  - `hebrew_year` integer, nullable
  - `hebrew_date_value` string, nullable
  - `hebrew_date_display` string, nullable
  - `attendance_count` integer, nullable
  - `created_at` string, date-time
  - `updated_at` string, date-time

## Response `200`

Updated

---

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