# 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 %}
