Updates a Knowledge Chunk in a Knowledge Source. Allows modifying the Chunkās text, data, order, and status.
Supply the API Key in the HTTP-Header
Supply the API Key in the Url-Query
The access token received from the authorization server in the OAuth 2.0 flow.
The default media type is application/hal+json. Use application/json for pure data results.
application/json, application/hal+json, application/xml, text/xml, text/csv The Id of the KnowledgeStore
24^[a-z0-9]{24}$The Id of the KnowledgeSource
24^[a-z0-9]{24}$The Id of the KnowledgeChunk
24^[a-z0-9]{24}$The name of the KnowledgeChunk
1
The text that is the actual content of the chunk
"This is a paragraph from an article"
The extended data of KnowledgeChunk
The status to check if knowledge chunk is disabled
false, true Successfully updated knowledge source