---
title: "Update Webhook Endpoint"
method: PATCH
path: "/webhook_endpoints/{endpoint_id}"
tags: ["webhook_endpoints"]
---

# Update Webhook Endpoint

`PATCH /webhook_endpoints/{endpoint_id}`

Update a webhook endpoint's name, URL, or active status. Use this to rotate endpoints or temporarily disable delivery without deleting the endpoint.

## Path parameters

- `endpoint_id` string, uuid, required

## Request body

- UpdateWebhookEndpointPayload
  - `name` string, nullable
  - `url` string, uri, nullable
  - `active` boolean, nullable
  - `partition_pattern` string, nullable

## Response `200`

Successful Response

- WebhookEndpoint
  - `id` string, uuid, required
  - `created_at` string, date-time, required
  - `updated_at` string, date-time, required
  - `name` string, required
  - `url` string, uri, required
  - `partition_pattern` string, nullable, required
  - `active` boolean, required
  - `secret` string, required

## Other responses

- `401` — Unauthorized
- `402` — Payment Required
- `404` — Not Found
- `422` — Validation Error
- `429` — Too Many Requests
- `500` — Internal Server Error

---

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