---
title: "Update knowledge base in default locale"
method: PATCH
path: "/knowledge_bases/{knowledge_base_id}/content"
tags: ["Knowledge Bases"]
---

# Update knowledge base in default locale

`PATCH /knowledge_bases/{knowledge_base_id}/content`

Updates a knowledge base in the default locale. Will republish the knowledge base if the knowledge base is currently published.

Required scope: `knowledge_bases:write`

## Path parameters

- `knowledge_base_id` string, required

## Request body

- KnowledgeBasePatch
  - `name` string — Name of the knowledge base

## Response `200`

A knowledge base with content

- KnowledgeBaseResponse
  - `_links` object, required
    - `self` string — Link to resource
    - `related` object
      - `articles` string — Link to articles associated to the knowledge base
      - `categories` string — Link to categories associated to the knowledge base
  - `id` string, required — Unique identifier of the knowledge base
  - `name` string, required — Knowledge base name
  - `status` 'published' | 'unpublished', required — Status of the KB
  - `type` 'internal' | 'external', required — Type of the KB
  - `locale` 'fr' | 'en', required — Locale of this requested KB
  - `created_at` number — Timestamp when the knowledge base was created
  - `updated_at` number — Timestamp when the knowledge base was updated

---

[API](https://skmtc.dev/frontapp/apis/core-api.md) · [All operations](https://skmtc.dev/frontapp/apis/core-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/frontapp/core-api/revisions/76d1eaa2d0eb/schema)
