---
title: "Set the reviewed flag on grounding_data"
method: PATCH
path: "/api/v0/components/{component_id}/schematic/reviewed"
tags: ["Components"]
---

# Set the reviewed flag on grounding_data

`PATCH /api/v0/components/{component_id}/schematic/reviewed`

Sets `grounding_data.reviewed`. Immediate; not staged onto the action stack.

## Path parameters

- `component_id` string, required

## Query parameters

- `vc_id` string, required — Public ID of the target visual component

## Request body

- PatchReviewedRequest
  - `reviewed` boolean, required

## Response `204`

Successful Response

## 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)
