{
"questionId": 0,
"contentIdList": [
0
],
"contentList": [
{
"remark": "string",
"createBy": "string",
"createTime": "string",
"updateBy": "string",
"updateTime": "string",
"id": 0,
"questionId": 0,
"type": 0,
"configureId": 0,
"configureItemId": 0,
"itemStructureId": 0,
"serialNumber": "string",
"relationTypeId": 0,
"attributeId": 0
}
]
}
curl --location --request PUT 'http://test-apisix.taolihanyu.net/question/question/content/eidt' \
--header 'payload: {'\''mid'\'':{{mid}},'\''username'\'':{{username}}}' \
--header 'Authorization: bearer {{access_token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"questionId": 0,
"contentIdList": [
0
],
"contentList": [
{
"remark": "string",
"createBy": "string",
"createTime": "string",
"updateBy": "string",
"updateTime": "string",
"id": 0,
"questionId": 0,
"type": 0,
"configureId": 0,
"configureItemId": 0,
"itemStructureId": 0,
"serialNumber": "string",
"relationTypeId": 0,
"attributeId": 0
}
]
}'
{
"code": "",
"data": {},
"msg": "",
"total": 0
}