Skip to main content
POST
/
api
/
product
/
devSync
产品设备同步更新
curl --request POST \
  --url https://api.example.com/api/product/devSync \
  --header 'Authentication: <authentication>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "productModel": "changeModel",
  "sn": ""
}
'
{}

Headers

Authentication
string
required

Body

application/json
productModel
string
required
sn
string

可指定设备,不指定时产品全部设备

Response

200 - application/json

The response is of type object.