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

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

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

## Path parameters

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

## Request body

- UpdatePatientMassRequest
  - `status` string, nullable
  - `zone` string, nullable
  - `shape` string, nullable
  - `mobility` string, nullable
  - `consistency` string, nullable
  - `notes` string, nullable

## Response `200`

OK

- PatientMassResponseDto
  - `id` string
  - `patientId` string
  - `number` union
    - integer
    - string, int32
  - `x` union
    - number, double
    - string, double
  - `y` union
    - number, double
    - string, double
  - `view` string
  - `status` string
  - `zone` string
  - `firstObserved` string, date-time
  - `shape` string
  - `mobility` string
  - `consistency` string
  - `notes` string, nullable
  - `createdAt` string, date-time
  - `updatedAt` string, date-time
  - `measurements` 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)
