---
search:
  tags:
    - administration
    - PATCH
seo:
  description: >-
    Updates only the provided fields of an existing… Reference for the PATCH
    /administration/project-components/items/{id} endpoint in the Leadtime
    Public API API.
sidebar:
  badge: PATCH
  label: Partially update a component library item
title: Partially update a component library item
type: openapi-operation
---
Updates only the provided fields of an existing component library item (epic, work package, todo list, test suite). The description and internalNote fields accept HTML or Markdown and will be converted to the internal format. When the conditions array is provided, it completely replaces existing conditions. Conditions with id are updated, conditions without id are created, and conditions not in the array are deleted. Only library component items (component.projectId is null) can be updated through this endpoint.

<Operation source="api-reference" id="componentlibrarycontroller-patchitem" />
