Request
Body Params application/json
{
"width": 0,
"height": 0,
"refreshrate": null,
"bitdepth": 0,
"isEdidCustom": true
}
Request Code Samples
curl --location --request PUT 'http://prod-cn.your-api-server.com/device/input/internalsource' \
--header 'Device-Key: 10.40.41.200:8001' \
--header 'Content-Type: application/json' \
--data-raw '{
"width": 0,
"height": 0,
"refreshrate": null,
"bitdepth": 0,
"isEdidCustom": true
}'
Responses
application/json {
"code": 0,
"data": {},
"message": "string"
}
Modified at 2025-10-21 01:45:16