Skip to main content

Update Knowledge Base by ID

Update the details of a specific knowledge base using its unique identifier.

Path Parameters
id uuid REQUIRED
Request Body REQUIRED
title string

The updated title of the knowledge base.

description string

The updated description of the knowledge base.

Responses
200

Knowledge Base detail response

Schema OPTIONAL
data object
id string
user_id integer
icon string
title string
slug string
description string
deleted_at null
created_at string
is_active boolean
user OPTIONAL
settings OPTIONAL
400

Knowledge Base validation error

Schema OPTIONAL
status number
message string
errors undefined[]
500

Server Error

Schema OPTIONAL
message string