---
title: "Atualizar Webhook App"
method: PUT
path: "/api/v0/webhook"
---

# Atualizar Webhook App

`PUT /api/v0/webhook`

## Path parameters

- `id` string, required

## Request body

- object
  - `name` string — Novo nome do Webhook App
  - `url` string — Nova URL para receber as notificações
  - `events` string[] — Nova lista de eventos
  - `is_active` boolean — Ativar ou desativar o webhook

## Response `200`

200

- object
  - `id` string
  - `name` string
  - `url` string
  - `events` string[]
  - `is_active` boolean
  - `updated_at` string

## Other responses

- `400` — 400

---

[API](https://skmtc.net/superfrete/apis/integration.md) · [All operations](https://skmtc.net/superfrete/apis/integration/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/superfrete/integration/versions/82540e74ebe1/schema)
