{
"id": 1,
"image": "https://www.xx.cn/aa.png",
"name": "法律宝典",
"intro": "专门收集国内相关法律案件",
"documents_model_id": 210,
"documents_model_sub_id": 20010
}curl --location --request POST '/api/kb.know/edit' \
--header 'token: {{api-token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 1,
"image": "https://www.xx.cn/aa.png",
"name": "法律宝典",
"intro": "专门收集国内相关法律案件",
"documents_model_id": 210,
"documents_model_sub_id": 20010
}'{
"code": 0,
"show": 0,
"msg": "string",
"data": [
"string"
]
}