Request
Body Params application/json
Request Code Samples
curl --location --request PUT 'http://prod-cn.your-api-server.com/api/v1/screen/output/customgamut' \
--header 'Device-Key: 10.40.41.200:8001' \
--header 'Content-Type: application/json' \
--data '[
{
"screenId": "string",
"colorGamutInfo": {
"targetGamut": {
"name": "string",
"gamut": {
"rLxy": {
"name": "string",
"lum": 0,
"cx": 0,
"cy": 0
},
"gLxy": {
"name": "string",
"lum": 0,
"cx": 0,
"cy": 0
},
"bLxy": {
"name": "string",
"lum": 0,
"cx": 0,
"cy": 0
},
"wLxy": {
"name": "string",
"lum": 0,
"cx": 0,
"cy": 0
}
}
},
"colorTemperature": 0
}
}
]'
Responses
application/json
{
"code": 0,
"data": {},
"message": "string"
}
Modified at 2025-10-21 01:45:16