---
title: "Update Appointment"
method: PUT
path: "/appointments/{appointment_uid}"
---

# Update Appointment

`PUT /appointments/{appointment_uid}`

## Path parameters

- `appointment_uid` string, required

## Request body

- object
  - `appointment` object, required
    - `job_uid` string, required
    - `appointment_title` string
    - `description` string
    - `scheduled_start_time` string
    - `scheduled_end_time` string
    - `bu_uid` string

## Response `200`

---

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