---
title: "Change Appointment status"
method: PUT
path: "/api/v1/appointment/{id}/change-status"
tags: ["Appointments"]
---

# Change Appointment status

`PUT /api/v1/appointment/{id}/change-status`

Permissions needed: EDIT_APPOINTMENTS
Shorthand version of appointment update endpoint for changing just status.

## Parameters

- `#/paths/~1api~1v1~1sales/delete/parameters/0` — unresolved $ref

## Request body

- object
  - `status` 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 — `0` - Pending `1` - Pending Client Approval `2` - Pending Clinic Approval `3` - Rescheduled Clinic Approval `4` - Rescheduled Client Approval `5` - Confirmed `6` - Canceled By Client `7` - Canceled By Clinic' `8` - Automatically Created' `9` - No Show

## Response `200`

successful operation

- object
  - `data` Data — unresolved $ref

## Other responses

- `204` — unresolved $ref
- `400` — unresolved $ref
- `401` — unresolved $ref
- `403` — unresolved $ref
- `422` — Bad request
- `429` — unresolved $ref

---

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