Authorization: Bearer ********************
{
"name": "string",
"cnname": "string",
"caseAmount": 0,
"difficulty": 0,
"tags": "string",
"authors": "string",
"createtime": "string",
"updateat": "string",
"content": "string",
"freq": 0,
"publicProblem": true,
"solution": "string",
"showsolution": true
}
curl --location --request PUT 'http://letucoj.cn:7777/practice/fullRoot/update' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "string",
"cnname": "string",
"caseAmount": 0,
"difficulty": 0,
"tags": "string",
"authors": "string",
"createtime": "string",
"updateat": "string",
"content": "string",
"freq": 0,
"publicProblem": true,
"solution": "string",
"showsolution": true
}'
{
"status": 0,
"data": {},
"error": ""
}