{
"faqList": [
{
"question": "你好",
"answer": "你好,我是AI助手"
}
]
}curl --location --request PUT 'https://api.xbotspace.com/agent-api/v1/open/knowledge/faqInventory/e156909f9c7243e0b649d4cdebc3d7e9' \
--header 'Authorization: 820adc18-7cb6-4bce-b858-281ea7aa74cf' \
--header 'Content-Type: application/json' \
--data '{
"faqList": [
{
"question": "你好",
"answer": "你好,我是AI助手"
}
]
}'{
"code": 0,
"success": true,
"data": null,
"message": "string"
}