---
title: "Update Shared Component"
method: PATCH
path: "/api/v1/store/components/{component_id}"
tags: ["Components Store"]
---

# Update Shared Component

`PATCH /api/v1/store/components/{component_id}`

## Path parameters

- `component_id` string, uuid, required

## Request body

- StoreComponentCreate
  - `name` string, required
  - `description` string, nullable, required
  - `data` object, required
  - `tags` string[], nullable, required
  - `parent` string, uuid, nullable
  - `is_component` boolean, nullable, required
  - `last_tested_version` string, nullable
  - `private` boolean, nullable

## Response `201`

Successful Response

- CreateComponentResponse
  - `id` string, uuid, required

## Other responses

- `422` — Validation Error

## Changes

- **2025-10-16** `9bd3e81318d7` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/langflow-ai/apis/langflow/changes/api/v1/store/components/:component_id/patch.md)

---

[API](https://skmtc.dev/langflow-ai/apis/langflow.md) · [All operations](https://skmtc.dev/langflow-ai/apis/langflow/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/langflow-ai/langflow/revisions/9bd3e81318d7/schema)
