{
"device_type": "1",
"id": "00db6263-082b-a38d-e8b9-624abff9c5b2",
"name": "般思明基第支但",
"voucher_type": "XXX",
"device_conn_type": "B",
"protocol_type": "MQTT"
}
curl --location --request PUT 'http://127.0.0.1:9999/api/v1/device_config' \
--header 'x-token: {{x-token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"device_type": "1",
"id": "00db6263-082b-a38d-e8b9-624abff9c5b2",
"name": "般思明基第支但",
"voucher_type": "XXX",
"device_conn_type": "B",
"protocol_type": "MQTT"
}'
{"code":200,"message":"Update deviceconfig successfully"}