Create new internal document

Create new internal document and return it. Only model owner can manage internal documents.

post/v1/knowledge-models/{knowledge_model_id}/internal-documents

Path parameters

knowledge_model_idstring required

Request body

namestring required

Name of the internal document

tagsobject nullable

Tags for the internal document

priorityinteger

Priority of the internal document

in_useboolean

Whether the internal document is in use

Response

Successful Response

idstring required

External ID of the internal document

namestring required

Name of the internal document

tagsobject nullable

Tags for the internal document

priorityinteger required

Priority of the internal document

in_useboolean required

Whether the internal document is in use

created_atstring date-time required

Creation timestamp

updated_atstring date-time required

Last update timestamp

Changes

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