Skip to main content
PUT
Update Name and Description of Knowledge Base

Authorizations

x-api-key
string
header
required

Path Parameters

id
string<uuid>
required

UUID of the Knowledge Base to update

Example:

"ff152cd9-efb6-4367-a545-b861c9fbd3d0"

Body

application/json
name
string
Example:

"Revised HR Policies"

description
string
Example:

"Revised HR and Compensation policy."

is_active
boolean
Example:

true

Response

Knowledge Base updated successfully

id
string<uuid>

UUID of the updated Knowledge Base.

Example:

"ff152cd9-efb6-4367-a545-b861c9fbd3d0"

message
string
Example:

"Knowledge Base updated successfully"