{
"id": 0,
"analysis": [
{
"key": {}
}
],
"analysisText": "string"
}
curl --location --request PUT 'http://test-apisix.taolihanyu.net/question/question/analysis/edit' \
--header 'payload: {'\''mid'\'':{{mid}},'\''username'\'':{{username}}}' \
--header 'Authorization: bearer {{access_token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"analysis": [
{
"key": {}
}
],
"analysisText": "string"
}'
{
"code": "",
"data": {},
"msg": "",
"total": 0
}