Request
Body Params application/json
{
"layers": [
{
"id": "0",
"source": "0"
}
],
"screenID": "string"
}
Request Code Samples
curl --location --request PUT 'http://prod-cn.your-api-server.com/api/v1/screen/layer/input' \
--header 'Device-Key: 10.40.41.200:8001' \
--header 'Content-Type: application/json' \
--data-raw '{
"layers": [
{
"id": "0",
"source": "0"
}
],
"screenID": "string"
}'
Responses
application/json {
"code": 0,
"data": {},
"message": "string"
}
Modified at 2025-10-21 01:45:16