Modifies a Knowledge Base.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Unique identifier for a Knowledge Base
.
28
Body
Request body for modifying a Knowledge Base
.
The name for the Knowledge Base
.
255
The instructions for the Knowledge Base
.
4096
The unique identifier for the Project
that the Knowledge Base
should be assigned to. If the project_id
is changed, the project_ids
of the Sources
that are used as Knowledge Base Sources
will also be changed. If a Source
is used by multiple Knowledge Bases
, then the project_id
of the Knowledge Base
cannot be changed.
28
Response
The unique identifier for the Knowledge Base
.
28
The name for the Knowledge Base
.
256
The date-time of when the Knowledge Base
was created, in ISO 8601 format.
The date-time of when the Knowledge Base
was last modified, in ISO 8601 format.
The instructions for the Knowledge Base
.
4096
The unique identifier for the Project
that the Knowledge Base
is assigned to.
28