---
title: "PUT /patients/{patientId}/masses/{massId}/measurements/{measurementId}"
method: PUT
path: "/patients/{patientId}/masses/{massId}/measurements/{measurementId}"
tags: ["PatientMasses"]
---

# PUT /patients/{patientId}/masses/{massId}/measurements/{measurementId}

`PUT /patients/{patientId}/masses/{massId}/measurements/{measurementId}`

## Path parameters

- `patientId` string, required
- `massId` string, required
- `measurementId` string, required

## Request body

- UpdatePatientMassMeasurementRequest
  - `length` union
    - number, double
    - string, double
  - `width` union
    - number, double
    - string, double
  - `height` union
    - number, double
    - string, double

## Response `200`

OK

- PatientMassMeasurementDto
  - `id` string
  - `length` union
    - number, double
    - string, double
  - `width` union
    - number, double
    - string, double
  - `height` union
    - number, double
    - string, double
  - `measuredAt` string, date-time
  - `createdAt` string, date-time

## Other responses

- `404` — Not Found

---

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