---
title: "update a registered webhook"
method: PUT
path: "/simulator/webhooks/{subscriptionId}"
tags: ["simulator"]
---

# update a registered webhook

`PUT /simulator/webhooks/{subscriptionId}`

## Path parameters

- `subscriptionId` string, required

## Request body

- object
  - `webhooks` string[], required
  - `notificationUrl` string, uri, required

## Response `200`

Webhook updated

## Other responses

- `401` — Access token is missing or invalid
- `404` — Webhook subscription not found

---

[API](https://skmtc.net/knowgoio/apis/knowgo-vehicle-simulator-api.md) · [All operations](https://skmtc.net/knowgoio/apis/knowgo-vehicle-simulator-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/knowgoio/knowgo-vehicle-simulator-api/revisions/c420a5f456ea/schema)
