Renlaer Documentation
  • PUBLIC API
  • Authentication
  • Reference
    • API Reference
      • Get subscriptions
      • Get channels
      • Get channel traffic
      • Create channel
      • Update channel
      • Proxy generation
      • Update proxy
  • Location Settings
    • Country
    • State and City
Powered by GitBook
On this page
  1. Reference
  2. API Reference

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

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
}
PreviousCreate channelNextProxy generation

Last updated 1 year ago