---
title: "PUT /api/webhook_endpoints/{id}"
method: PUT
path: "/api/webhook_endpoints/{id}"
tags: ["webhook_endpoints"]
---

# PUT /api/webhook_endpoints/{id}

`PUT /api/webhook_endpoints/{id}`

Update webhook endpoint

## Path parameters

- `id` integer, required

## Request body

- PutApiWebhookEndpointsId — Update webhook endpoint
  - `name` string, required — Webhook endpoint name
  - `url` string, required — Webhook endpoint URL
  - `event_form` 'all_events' | 'selected_events'
  - `event_ids` string[]
  - `request_format` 'x_www_form_urlencoded' | 'json'

## Response `200`

Update webhook endpoint

---

[API](https://skmtc.dev/myablefy/apis/api-title.md) · [All operations](https://skmtc.dev/myablefy/apis/api-title/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/myablefy/api-title/revisions/4b34da2462ed/schema)
