---
title: "Update Appointment"
method: PATCH
path: "/v1/appointment/{appointment_id}"
tags: ["Calendar"]
---

# Update Appointment

`PATCH /v1/appointment/{appointment_id}`

Reschedule appointment or update appointment type

## Path parameters

- `appointment_id` string, required

## Request body

- UpdateAppointmentRequest
  - `tour_type` 'sgt' | 'guided' | 'virtual' — An enumeration.
  - `appointment_time` string, date-time

## Response `200`

Successful Response

- AppointmentResponse
  - `appointment_id` string, required
  - `tour_type` 'sgt' | 'guided' | 'virtual', required — An enumeration.
  - `appointment_time` string, date-time, required
  - `status` 'confirmed' | 'cancelled', required — An enumeration.

## Other responses

- `401` — Not Authorized for this endpoint
- `404` — Not found
- `422` — Validation Error

---

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