Authorization: Bearer ********************{
"name": "有平板的屏幕墙",
"config": {
"full": "false",
"width": "740",
"height": "1268",
"mainwidth": "1169",
"mainheight": "543",
"x": "0",
"y": "0",
"timeInterval": "1"
},
"remote_ids": [],
"tag_ids": []
}curl --location --request PUT '/monitor-walls/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "有平板的屏幕墙",
"config": {
"full": "false",
"width": "740",
"height": "1268",
"mainwidth": "1169",
"mainheight": "543",
"x": "0",
"y": "0",
"timeInterval": "1"
},
"remote_ids": [],
"tag_ids": []
}'{}