Update channel
Update password or traffic limit of specified sub channel
Update password or traffic limit of specified sub channel
POST https://api.ipnux.com/V1/OpenApi/OpenApiEditChannel
Headers
Name
Type
Description
UserId*
String
"Authentication" generated userId
Token*
String
"Authentication" generated token
Content-Type*
String
application/json
Request Body
Name
Type
Description
ChannelId*
Integer
ChannelName
String
ChannelLimitTrafficGb
Integer
Enable
Boolean
true=open channel,false=close channel
ChannelPassword
String
Password must be 6 characters, a combination of numbers and letters.
{
    "Code": 1000,
    "Message": "Successful",
    "Data": true
}Last updated