/knowledge_base_chunks
PATCH
/knowledge_base_chunks
knowledge_base_chunks
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request PATCH 'https://cool.jobmojito.com/rest/v1/knowledge_base_chunks' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "gen_random_uuid()",
"created_at": "now()",
"knowledge_base_id": "7f7aee98-aff7-4ac1-b5ab-74100459287d",
"merchant_id": "500924a8-3f5e-4c00-beb8-2efcde988aea",
"chunk_text": "string",
"embedding": "string",
"knowledge_base_store_id": "2ca87032-97d9-4aad-93cf-8f1b336e440c"
}'
Response Response Example
{}
Request
Query Params
id
stringÂ
optional
created_at
stringÂ
optional
knowledge_base_id
stringÂ
optional
merchant_id
stringÂ
optional
chunk_text
stringÂ
optional
embedding
stringÂ
optional
knowledge_base_store_id
stringÂ
optional
Header Params
Prefer
enum<string>Â
optional
Allowed values:
return=representationreturn=minimalreturn=none
Body Params application/json