Request
Body Params application/json
{
"screenID": "string",
"canvases": [
{
"canvasID": 0,
"cabinets": [
{
"cabinetID": 0,
"connectID": 0,
"outputID": 0,
"position": {
"x": 0,
"y": 0
},
"size": {
"width": 0,
"height": 0
},
"angle": null
}
]
}
]
}
Request Code Samples
curl --location --request PUT 'http://prod-cn.your-api-server.com/api/v1/screen/cabinets' \
--header 'Device-Key: 10.40.41.200:8001' \
--header 'Content-Type: application/json' \
--data-raw '{
"screenID": "string",
"canvases": [
{
"canvasID": 0,
"cabinets": [
{
"cabinetID": 0,
"connectID": 0,
"outputID": 0,
"position": {
"x": 0,
"y": 0
},
"size": {
"width": 0,
"height": 0
},
"angle": null
}
]
}
]
}'
Responses
application/json {
"code": 0,
"data": null,
"message": "Success"
}
Modified at 2025-10-21 01:45:16