cURL
curl --request POST \ --url https://api.example.com/api/device/config/set \ --header 'Authentication: <authentication>' \ --header 'Content-Type: application/json' \ --data ' { "idSn": "device000001" } '
{}
默认false同步,true为异步
指定配置下发
是否差异化下发
The response is of type object.
object