Authorization: Bearer ********************{
"id": "53",
"type": "工况分析",
"name": "工况分析",
"version": "v1.0",
"vins": [
"LZGJLM447NX019923"
],
"status": "false"
}curl --location --request PUT '/web/vehicle-query/v1.0/working_algorithm_deployment/vehicle' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "53",
"type": "工况分析",
"name": "工况分析",
"version": "v1.0",
"vins": [
"LZGJLM447NX019923"
],
"status": "false"
}'{
"code": 200,
"msg": "success",
"data": true
}