cURL
curl --request POST \ --url https://api.example.com/api/device/model/save \ --header 'Authentication: <authentication>' \ --header 'Content-Type: application/json' \ --data ' { "idSn": "<string>", "data": {}, "schema": {}, "nodePath": "<string>" } '
{}
设备id或设备sn
system配置
system对应的schema
可指定路径
The response is of type object.
object