Skip to main content
PATCH
Update knowledge base

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Knowledge base ID

Body

application/json
name
string

Knowledge base name

Required string length: 1 - 128
description
string

Knowledge base description

Maximum string length: 2000
status
enum<string>

Knowledge base status

Available options:
active,
archived

Response

Knowledge base updated successfully