---
title: "Update webhook"
method: PUT
path: "/api/v2/webhooks/url/{uuid}"
tags: ["Webhooks"]
---

# Update webhook

`PUT /api/v2/webhooks/url/{uuid}`

Update webhook configuration

## Path parameters

- `uuid` string, uuid, required — Webhook unique identifier (UUID)

## Request body

- object
  - `events` string[], required
  - `url` string, URL, required — URL to post the webhooks

## Response `200`

Success

- object
  - `uuid` string, uuid — Webhook unique identifier
  - `events` string[], required
  - `url` string, URL, required — URL to post the webhooks

## Other responses

- `400` — Invalid parameters
- `404` — Webhook configuration not found

---

[API](https://skmtc.net/loadsmart/apis/loadsmart-api.md) · [All operations](https://skmtc.net/loadsmart/apis/loadsmart-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/loadsmart/loadsmart-api/versions/6021c5806fe9/schema)
