Skip to main content
POST
Update knowledge base
Update a knowledge base’s name and description. Required: id and name. Optional: description (400 characters or fewer).

Authorizations

Authorization
string
header
required

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

Body

application/json
id
string<uuid>
required
name
string
required
description
string
Maximum string length: 400

Response

Knowledge base updated successfully

status
string
required
id
string<uuid>
required
redirect_url
string

Dashboard path. Ignore for API clients.