v1

latestOpenAPI 3.1.02026-07-24474114.4 KB

Update a Webhook

Update a webhook by ID

patch/webhooks/{id}

Path parameters

idstring required

The ID of the webhook to update

Response

200

account_idstring
actionstring
commandstring
idstring
namestring
tagstring

Example response

{
  "account_id": "5dba92731b5d034f7d8dca3d",
  "action": "device",
  "action_parameters": {
    "id": "617f8fdaaa4a7e79c5217ff8"
  },
  "command": "nextpage",
  "id": "61b895e1aa4a7e253e34d23a",
  "name": "vevoid",
  "tag": "wh970beddd31c762a84a5631e64905791a"
}