---
title: "PUT /LabPanels/{id}"
method: PUT
path: "/LabPanels/{id}"
tags: ["LabPanels"]
---

# PUT /LabPanels/{id}

`PUT /LabPanels/{id}`

## Path parameters

- `id` string, required

## Request body

- UpdateLabPanelDto
  - `code` string, nullable
  - `name` string, nullable
  - `description` string, nullable
  - `testType` string, nullable
  - `isActive` boolean, nullable
  - `displayOrder` union
    - integer
    - string, int32
  - `tests` CreateLabPanelTestDto[], nullable
    - `testName` string
    - `testCode` string, nullable
    - `unit` string, nullable
    - `referenceRange` string, nullable
    - `referenceLow` union
      - number, double
      - string, double
    - `referenceHigh` union
      - number, double
      - string, double
    - `displayOrder` union
      - integer
      - string, int32

## Response `200`

OK

- LabPanelDto
  - `id` string
  - `code` string
  - `name` string
  - `description` string, nullable
  - `testType` string
  - `isActive` boolean
  - `displayOrder` union
    - integer
    - string, int32
  - `createdAt` string, date-time
  - `updatedAt` string, date-time
  - `tests` LabPanelTestDto[]
    - `id` string
    - `labPanelId` string
    - `testName` string
    - `testCode` string, nullable
    - `unit` string, nullable
    - `referenceRange` string, nullable
    - `referenceLow` union
      - number, double
      - string, double
    - `referenceHigh` union
      - number, double
      - string, double
    - `displayOrder` union
      - integer
      - string, int32

---

[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/versions/a905bde4e796/schema)
