{
"name": "更新后的选项集",
"options": [
{
"key": "key1",
"value": "更新选项1",
"index": 1,
"color": "#FF5722",
"score": 60
}
],
"enableColor": true,
"enableScore": true
}curl --location --request PUT 'https://api.mingdao.com/v3/app/optionsets/' \
--header 'HAP-Appkey;' \
--header 'HAP-Sign;' \
--header 'Content-Type: application/json' \
--data '{
"name": "更新后的选项集",
"options": [
{
"key": "key1",
"value": "更新选项1",
"index": 1,
"color": "#FF5722",
"score": 60
}
],
"enableColor": true,
"enableScore": true
}'{
"data": {},
"success": true
}