Update channel

Update password or traffic limit of specified sub channel

Update password or traffic limit of specified sub channel

POST https://api.renlaer.com/V1/OpenApi/OpenApiEditChannel

Headers

NameTypeDescription

UserId*

String

"Authentication" generated userId

Token*

String

"Authentication" generated token

Content-Type*

String

application/json

Request Body

NameTypeDescription

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