---
title: "Updates an existing Appointment by ID"
method: PUT
path: "/appointments/{id}"
tags: ["Appointment"]
---

# Updates an existing Appointment by ID

`PUT /appointments/{id}`

No special permissions required.

## Path parameters

- `id` integer, required

## Request body

- object
  - `description` string
  - `user_ids` integer[]
  - `ticket_id` integer
  - `user_id` integer
  - `start_at` string, date-time, required
  - `end_at` string, date-time
  - `location` string
  - `summary` string
  - `email_customer` boolean
  - `appointment_duration` string
  - `appointment_type_id` integer
  - `customer_id` integer
  - `all_day` boolean

## Response `200`

successful

## Other responses

- `422` — Invalid request

---

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