---
title: "Edit a vital sign"
method: PATCH
path: "/v1/consultations/{pid}/vital_signs/{id}"
tags: ["Vital signs"]
---

# Edit a vital sign

`PATCH /v1/consultations/{pid}/vital_signs/{id}`

Requires the `consultations:write` scope.

## Path parameters

- `pid` string, required
- `id` integer, required

## Request body

- object — All fields optional — record what you measured.
  - `recorded_at` string, date-time
  - `height` number — cm
  - `weight` number — kg
  - `bp_systolic` integer — mmHg
  - `bp_diastolic` integer — mmHg
  - `pulse` integer — bpm
  - `temperature` number — °C
  - `blood_glucose` number — mmol/L
  - `spo2` integer — %
  - `respiratory_rate` integer — breaths/min

## Response `200`

Updated

## Other responses

- `401` — Missing or invalid API key
- `402` — Monthly quota exceeded
- `403` — Insufficient scope, inactive subscription, or the clinic hasn't authorized API access
- `429` — Rate limit exceeded — see Retry-After header
- `502` — Upstream unavailable

---

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