Sign in

Register

This method edits a channel.

Example Input

This method has the URL https://kazzola.com/api/internetchannel/register and follows the Kazola Web API calling conventions.

 {
    "name": "My Channel Name (Updated)",
    "description": "My channel description",
    "service": "",
    "userCredentials": 1,
    "type": 0,
    "link": "",    
     "developedBy": "Workmatec Pvt. Ltd."
  }

Response

{
  "code": 200,
  "message": "Success",
  "id": "76-2062299b-56c7-4a76-ac96-cc916a7bcd57"
}