Sign in

Action

This method edits a channel.

Example Input

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

  {
    "registerationId": "76-1e78e701-d44d-4d93-935e-18ea24eb0d6b",
    "name": "Doc Test Action(Updated)",
    "link": "https://i2.wp.com/howto.lintel.in/wp-content/uploads/2015/12/email.jpg",
    "fields": [
      {
        "nameField": "name",
        "formControl": 0,
        "required": 1,
        "orderBy": 1,
        "displayName": "",
        "display": 0,
        "value": ""
      }
    ],
    "setting": [
      {
        "nameField": "hostName",
        "formControl": 0,
        "required": 1,
        "orderBy": 1,
        "displayName": "Incoming Server",
        "display": 1,
        "value": ""
      }
    ],
    "id": "77-fea0676a-f2c1-4798-99d1-97ca01a7dbe9",
  }

Response

{
  "code": 200,
  "message": "Success",
  "id": "77-fea0676a-f2c1-4798-99d1-97ca01a7dbe9"
}