---
title: "Update Knowledge Base Entry"
method: PUT
path: "/v1/projects/{projectId}/knowledge-base/{entryId}"
tags: ["Project Editing"]
---

# Update Knowledge Base Entry

`PUT /v1/projects/{projectId}/knowledge-base/{entryId}`

Update an existing knowledge base entry. Requires project:write permission.

## Path parameters

- `projectId` string, required
- `entryId` string, required

## Request body

- UpdateKnowledgeBaseRequest
  - `title` string — Updated title
  - `content` string — Updated content

## Response `200`

Knowledge base entry updated

- object
  - `success` boolean, required
  - `data` object, nullable
    - `id` string, required — Unique identifier for the entry
    - `title` string, required — Title of the knowledge base entry
    - `content` string, required — Content of the knowledge base entry
    - `date` string, date-time — Creation date
  - `error` string, nullable

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `404` — Resource not found

---

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