{
"device_config_id": "09c992be-93fd-3c14-5a1e-c9881b35d152",
"enable_flag": "N",
"id": "bd13186a-a1cf-edd3-fc51-5c7d0ada20aa",
"name": "xxxx",
"script_type": "A",
"description": "xxxxxxxxxxxxxxxxxxxxxx",
"last_analog_input": "xxxxxxxxxxxxxxxx",
"content": "xxxxxxxxxxxxx",
"remark": "xxxxxxxxxxxxxxxxxxx"
}curl --location --request PUT '/api/v1/data_script' \
--header 'x-token: {{x-token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"device_config_id": "09c992be-93fd-3c14-5a1e-c9881b35d152",
"enable_flag": "N",
"id": "bd13186a-a1cf-edd3-fc51-5c7d0ada20aa",
"name": "xxxx",
"script_type": "A",
"description": "xxxxxxxxxxxxxxxxxxxxxx",
"last_analog_input": "xxxxxxxxxxxxxxxx",
"content": "xxxxxxxxxxxxx",
"remark": "xxxxxxxxxxxxxxxxxxx"
}'{"code":200,"message":"Update data_script successfully"}