{
"kb_id": 1,
"fd_id": 1,
"uuids": ["5031b6e5-81b7-4029-b90d-5889ea5e8980"]
}
curl --location --request POST '/api/kb.teach/detection' \
--header 'token: {{api-token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"kb_id": 1,
"fd_id": 1,
"uuids": ["5031b6e5-81b7-4029-b90d-5889ea5e8980"]
}'
{
"code": 1,
"show": 0,
"msg": "",
"data": {
"tasks": [
"5031b6e5-81b7-4029-b90d-5889ea5e8980"
],
"lists": [
{
"uuid": "5031b6e5-81b7-4029-b90d-5889ea5e8980",
"error": "",
"status": 2,
"status_msg": "学习完成",
"create_time": "2024-01-05 17:28:57",
"update_time": "2024-01-12 17:06:06"
}
]
}
}