Authorization: Bearer ********************{
"planType": 0,
"planName": "string",
"studyPlanId": 0,
"planTime": 0,
"courseIdList": [
0
],
"startTime": {
"seconds": 0,
"nanos": 0
},
"endTime": {
"seconds": 0,
"nanos": 0
},
"planPostType": 0,
"snapshotCount": 0,
"examPaperId": 0
}curl --location --request PUT 'http://127.0.0.1:9000/coursePlanDetail/edit/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"planType": 0,
"planName": "string",
"studyPlanId": 0,
"planTime": 0,
"courseIdList": [
0
],
"startTime": {
"seconds": 0,
"nanos": 0
},
"endTime": {
"seconds": 0,
"nanos": 0
},
"planPostType": 0,
"snapshotCount": 0,
"examPaperId": 0
}'{}