---
title: "Update library item"
method: PUT
path: "/organizations/{organizationId}/library-items/{libraryItemId}"
tags: ["LibraryItem"]
---

# Update library item

`PUT /organizations/{organizationId}/library-items/{libraryItemId}`

Updates an existing library item with the provided information

## Path parameters

- `organizationId` integer, required
- `libraryItemId` integer, required

## Request body

- UpdateLibraryItemModel
  - `name` string, required
  - `properties` PropertyDto[], required
    - `name` string, nullable
    - `value` InputOptionDto
      - `constant` number, double, nullable
      - `polynomial` number[], nullable
      - `curve` array[], nullable
        - number[]
  - `description` string, nullable

## Response `200`

Success

---

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