---
title: "Update Entry"
method: PUT
path: "/knowledge-base/{entry_id}"
---

# Update Entry

`PUT /knowledge-base/{entry_id}`

Update an existing knowledge base entry.

## Path parameters

- `entry_id` string, required

## Request body

- UpdateKnowledgeBaseEntryRequest — Request payload for updating a knowledge base entry.
  - `title` string, nullable
  - `content` string, nullable
  - `use_case` string, nullable
  - `type` 'manual' | 'wiki' | 'runbook' | 'postmortem' | 'faq' | 'code_summary' | 'dashboard_summary' | 'log_field_mapping' | 'elastic_index_mapping' | 'service_catalog' | 'metrics-paths' | 'unknown'
  - `is_enabled` boolean, nullable

## Response `200`

Successful Response

- KnowledgeBaseEntryResponse — Response model for a knowledge base entry.
  - `id` string, required
  - `title` string, required
  - `type` 'manual' | 'wiki' | 'runbook' | 'postmortem' | 'faq' | 'code_summary' | 'dashboard_summary' | 'log_field_mapping' | 'elastic_index_mapping' | 'service_catalog' | 'metrics-paths' | 'unknown', required
  - `categoryId` string, nullable
  - `tags` string[]
  - `sourceType` 'manual' | 'notion' | 'confluence' | 'code' | 'dashboard' | 'gitlab_documentation' | 'digital_ocean_service_catalog' | 'log_field' | 'elastic_index' | 'pepsi_service_catalog' | 'appdynamics_mobile_eum' | 'unknown', required
  - `sourceId` string, nullable
  - `sourceUrl` string, nullable
  - `isEnabled` boolean, required
  - `status` 'pending' | 'uploaded' | 'transcribed' | 'metadata_extracted' | 'syncing' | 'ready' | 'error', required
  - `summary` string, nullable
  - `useCase` string, nullable
  - `content` string, nullable
  - `uploadOrigin` 'user' | 'agent' | 'system'
  - `userId` string, nullable
  - `file` KnowledgeBaseFileInfo — File metadata attached to a knowledge base entry.
    - `id` string, required
    - `fileName` string, nullable
    - `contentType` string, required
  - `createdAt` string, date-time, required
  - `updatedAt` string, date-time, required
  - `lastSyncedAt` string, date-time, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/traversal/apis/fastapi.md) · [All operations](https://skmtc.net/traversal/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/traversal/fastapi/revisions/2134ebffd1ef/schema)
