Skip to main content
PUT
Update Knowledge

Headers

x-client-id
string<uuid> | null

Path Parameters

knowledge_id
string
required

Body

application/json

Schema for updating knowledge entries

title
string | null

Title of the knowledge entry

content
string | null

Content of the knowledge entry

description
string | null

Description of the knowledge entry

tags
string[] | null

Tags for categorization

metadata
Metadata · object | null

Additional metadata

is_active
boolean | null

Whether the knowledge entry is active

Response

Knowledge entry updated successfully

data
any
required

Response payload

meta
any
required

Metadata

success
boolean
default:true

Success indicator

message
string | null

Optional success message