Request
Body Params application/json
{
"pId": "tempor sunt ipsum mollit et",
"timeStamp": "dolor",
"sign": "eiusmod",
"body": {
"deviceId": 0,
"inputId": 24,
"name": "TestName1"
}
}
Request Code Samples
curl --location --request POST '/open/api/input/rename' \
--header 'Content-Type: application/json' \
--data-raw '{
"pId": "tempor sunt ipsum mollit et",
"timeStamp": "dolor",
"sign": "eiusmod",
"body": {
"deviceId": 0,
"inputId": 24,
"name": "TestName1"
}
}'
Responses
application/json {
"data": {},
"msg": "",
"status": 0
}
Modified at 2025-10-23 10:14:19