---
title: "Update insight"
method: PUT
path: "/users/{user_guid}/insights/{insight_guid}"
tags: ["insights"]
---

# Update insight

`PUT /users/{user_guid}/insights/{insight_guid}`

Use this endpoint to update the attributes of an insight according to its unique GUID.

## Path parameters

- `user_guid` string, required
- `insight_guid` string, required

## Request body

- InsightUpdateRequestBody
  - `insight` InsightUpdateRequest
    - `has_been_displayed` boolean
    - `is_dismissed` boolean

## Response `200`

OK

---

[API](https://skmtc.net/mx/apis/mx-platform-api.md) · [All operations](https://skmtc.net/mx/apis/mx-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mx/mx-platform-api/versions/b6632646ee89/schema)
