Knowledge Base

Update a knowledge base document

patch/companies/{company}/knowledge-base/documents/{documentId}

Path parameters

companyinteger required
documentIdinteger required

Request body

namestring

The new name for the document

textstring

New content for text documents (recreates the upstream document)

itemsobject[]

New items for json_array documents (recreates the upstream document with re-rendered Markdown)

identifierKeystring nullable

Stable identifier for the document. Pass null to clear.

Response

Successful response

AppHttpResourcesApiKnowledgeBaseDocumentResource required— unresolved $ref

Changes

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