---
title: "Update event type"
method: PATCH
path: "/v1/event-types/{id}"
tags: ["Event Types"]
---

# Update event type

`PATCH /v1/event-types/{id}`

Partially update an event type. Only fields included in the request body are changed. Toggle `requires_confirmation` here to switch between instant-confirm and host-approval flows.

## Path parameters

- `id` string, required

## Request body

- object
  - `Id` integer
  - `title` string
  - `slug` string
  - `description` string
  - `appointment_label` string — Custom noun shown to attendees — "appointment", "inspection", "session", etc.
  - `duration_minutes` integer
  - `buffer_before` integer
  - `buffer_after` integer
  - `min_notice_minutes` integer — Minimum advance notice required to book (minutes)
  - `max_bookings_per_day` integer
  - `location` string
  - `location_type` 'video' | 'phone' | 'in_person' | 'other'
  - `webhook_url` string
  - `custom_fields` string — JSON array of custom field definitions
  - `requires_confirmation` boolean — Require host to confirm each booking before it is finalized
  - `active` boolean

## Response `200`

Default Response

- object
  - `Id` integer
  - `title` string
  - `slug` string
  - `description` string
  - `appointment_label` string — Custom noun shown to attendees — "appointment", "inspection", "session", etc.
  - `duration_minutes` integer
  - `buffer_before` integer
  - `buffer_after` integer
  - `min_notice_minutes` integer — Minimum advance notice required to book (minutes)
  - `max_bookings_per_day` integer
  - `location` string
  - `location_type` 'video' | 'phone' | 'in_person' | 'other'
  - `webhook_url` string
  - `custom_fields` string — JSON array of custom field definitions
  - `requires_confirmation` boolean — Require host to confirm each booking before it is finalized
  - `active` boolean

---

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