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. |
Last updated