saveDeviceChannelName
POST
/v2/openapi/device/channel/name/saveRequest
Body Params application/json
deviceId
string | null
required
channelName
string | null
optional
Example
{
"deviceId": "string",
"channelName": "string"
}
Request samples
Responses
Success(200)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
code
integer | null
optional
data
object ()
optional
msg
string | null
optional
Example
{
"code": 0,
"data": {},
"msg": ""
}
Last modified: 2 个月前