---
title: "update webhook config"
method: PUT
path: "/admin/system/webhook/{webhook_id}"
tags: ["webhook"]
---

# update webhook config

`PUT /admin/system/webhook/{webhook_id}`

## Path parameters

- `webhook_id` integer, required

## Request body

- SvcWebhookUpdateReq
  - `msg_types` integer[]
  - `name` string, required
  - `sign` string
  - `type` 1 | 2, required
  - `url` string, required

## Response `200`

OK

- ContextResponse
  - `data` unknown
  - `err` string
  - `msg` string
  - `success` boolean
  - `trace_id` string

---

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