Authorization: Bearer ********************{
"id": 142,
"eventId": "AUTO_202505261122",
"name": "API自动化测试1122",
"type": "4",
"level": "1",
"pushType": "0",
"status": "1"
}curl --location --request PUT '/web/vehicle-operate-v2/v1.0/event/edit' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 142,
"eventId": "AUTO_202505261122",
"name": "API自动化测试1122",
"type": "4",
"level": "1",
"pushType": "0",
"status": "1"
}'{
"code": 200,
"msg": "success",
"data": null
}