---
title: "Update an existing item from a list."
method: PUT
path: "/company/named-lists/{listName}/{itemId}"
tags: ["Metadata"]
---

# Update an existing item from a list.

`PUT /company/named-lists/{listName}/{itemId}`

## Path parameters

- `listName` string, required
- `itemId` string, required

## Request body

- UpdateListItemRequest
  - `name` string — Name of the item.
  - `parentId` integer — ID of the new hierarchy parent node.

## Response `200`

List item was updated successfully.

## Other responses

- `404` — If the list or item was not found.

---

[API](https://skmtc.net/hibob/apis/employee-data-api.md) · [All operations](https://skmtc.net/hibob/apis/employee-data-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hibob/employee-data-api/revisions/0781ebbdda91/schema)
