---
title: "Update Insight"
method: PATCH
path: "/api/v3/insights/{id}"
tags: ["Insights"]
---

# Update Insight

`PATCH /api/v3/insights/{id}`

Update and save an insight for an institution.
This endpoint updates either the 'content' or 'prev_content' field of a custom cell.

## Path parameters

- `id` string, required

## Request body

- InsightRequest
  - `content` union, required
    - string
    - object
  - `id` string, required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/nationgraph/apis/nationgraph-api.md) · [All operations](https://skmtc.net/nationgraph/apis/nationgraph-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/nationgraph/nationgraph-api/revisions/85804e68d86d/schema)
