---
title: "Update organization context"
method: PATCH
path: "/v1/context/{id}"
tags: ["Context"]
---

# Update organization context

`PATCH /v1/context/{id}`

Update an organization context entry so approved business details stay current for evidence and questionnaire automation.

## Path parameters

- `id` string, required

## Request body

- UpdateContextDto
  - `question` string — The question or topic this context entry addresses
  - `answer` string — The answer or detailed explanation for the question
  - `tags` string[] — Tags to categorize and help search this context entry

## Response `200`

Context entry updated successfully

## Other responses

- `400` — Bad request - Invalid input data
- `401` — Unauthorized - Invalid or missing authentication
- `404` — Context entry not found
- `500` — Internal server error

---

[API](https://skmtc.net/trycompai/apis/comp-ai-api.md) · [All operations](https://skmtc.net/trycompai/apis/comp-ai-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/trycompai/comp-ai-api/revisions/726b9523fb22/schema)
