---
title: "Update webhook config"
method: PATCH
path: "/webhooks/configs/{id}"
tags: ["Webhooks"]
---

# Update webhook config

`PATCH /webhooks/configs/{id}`

## Path parameters

- `id` string, uuid, required

## Request body

- WebhookConfigUpdate
  - `url` string — New endpoint URL
  - `events` string[] — Updated event subscriptions, or ["AllEvents"] to subscribe to all supported event types including ones introduced in the future

## Response `200`

OK

- WebhookConfig
  - `id` string, uuid — Unique identifier
  - `accountId` string — Account identifier
  - `applicationId` string — Application identifier
  - `url` string — Endpoint URL
  - `secret` string — Signing secret (returned on creation and when listing configs)
  - `subscribedEvents` string[] — Subscribed event types, or ["AllEvents"] when subscribed to all
  - `createdAt` string, date-time — Creation timestamp
  - `updatedAt` string, date-time — Last update timestamp

## Other responses

- `400` — Invalid request
- `401` — Unauthorized - Invalid or missing JWT token
- `403` — Forbidden
- `404` — Webhook config not found

---

[API](https://skmtc.net/gonitro/apis/nitro-sign-public-api.md) · [All operations](https://skmtc.net/gonitro/apis/nitro-sign-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/gonitro/nitro-sign-public-api/versions/26e3043a365b/schema)
