> For the complete documentation index, see [llms.txt](https://docs.uiza.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.uiza.io/2022-06-22/api-reference/webhook_endpoints/update-webhook-endpoint.md).

# Update a webhook endpoint

## /v1/webhook/:id&#x20;

<mark style="color:orange;">`PUT`</mark> `https://api.uiza.io/api-account/owner/v1/webhook/:id`

#### Path Parameters

| Name | Type   | Description           |
| ---- | ------ | --------------------- |
| id   | string | The webhook entity id |

#### Headers

| Name          | Type   | Description |
| ------------- | ------ | ----------- |
| Authorization | string |             |

#### Request Body

| Name        | Type   | Description |
| ----------- | ------ | ----------- |
| event\_type | array  |             |
| status      | string |             |
| url         | string |             |

{% tabs %}
{% tab title="200 " %}

```
{
  "data":{
    "id":"e9d49e8e-4b9b-4693-974a-76e177edb21a"
  }
}
```

{% endtab %}
{% endtabs %}
