Update knowledge model

Update knowledge model by id

patch/v1/knowledge-models/{knowledge_model_id}

Path parameters

knowledge_model_idstring required

Request body

namestring nullable

Name of knowledge model

descriptionstring nullable

Knowledge model description

shared_type'all' | 'tenant' | 'private'
share_documentsboolean nullable

Flag to allow sharing documents with knowledge model depends on shared type

Example request

{
  "name": "Materials knowledge model",
  "description": "This model allows you to chat about materials science research field."
}

Response

Successful Response

idstring required
namestring required
descriptionstring nullable required
shared_type'all' | 'tenant' | 'private' required
created_atstring date-time required
share_documentsboolean required

Changes

No recorded changes to this endpoint across all 1 revision of this API.