{
"id": 1,
"type": 1,
"channel": "gpt3.5",
"key": "6fba19c9ab254b650b663f228820",
"appid": "",
"secret": "",
"status": 0
}
curl --location --request POST '/adminapi/setting.KeyPool/edit' \
--header 'token: {{adminToken}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 1,
"type": 1,
"channel": "gpt3.5",
"key": "6fba19c9ab254b650b663f228820",
"appid": "",
"secret": "",
"status": 0
}'
{
"code": 1,
"show": 0,
"msg": "",
"data": {
"lists": [
{
"id": 2,
"q": "你好",
"a": "不是很好",
"sort": 0,
"status": 0,
"create_time": "2023-11-27 15:58:00"
},
{
"id": 1,
"q": "你好",
"a": "不是很好",
"sort": 0,
"status": 0,
"create_time": "2023-11-27 15:57:32"
}
],
"count": 2,
"page_no": 1,
"page_size": 25,
"extend": []
}
}