---
title: "Update component from modified grounding"
method: PUT
path: "/api/v0/components/{component_id}"
tags: ["Components"]
---

# Update component from modified grounding

`PUT /api/v0/components/{component_id}`

Regenerates a component using modified grounding data. For charts, provide html_table. For flowcharts, provide intermediate_json.

## Path parameters

- `component_id` string, required

## Request body

- OpCoreApiEndpointsComponentsCrudGroundingUpdateRequest
  - `html_table` string, nullable — The HTML table containing chart data (for charts)
  - `intermediate_json` object, nullable — The intermediate JSON representation (for flowcharts)

## Response `200`

Successful Response

- ComponentUpdateResponse
  - `job_status_id` string, uuid, required — The ID of the job status
  - `status` string, required — The status of the job

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/outerport/apis/outerport-api.md) · [All operations](https://skmtc.dev/outerport/apis/outerport-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/outerport/outerport-api/revisions/f565b46daaea/schema)
