Authorization: Bearer ********************{
"knowledgeBaseId": "ce6561d3101c45bf8dc1d646f0d4bfcb",
"qaList": [
{
"faqId": "1",
"answer": "你好呀"
}
]
}curl --location --request POST 'https://insight.juzibot.com/api/openapi/knowledge-base/qa/update' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"knowledgeBaseId": "ce6561d3101c45bf8dc1d646f0d4bfcb",
"qaList": [
{
"faqId": "1",
"answer": "你好呀"
}
]
}'{"code":0,"msg":"FAQ更新成功","data":{"faqId":"1","updateTime":"2026-03-31 10:03:02"}}