---
title: "Atualizar webhook"
method: PUT
path: "/webhooks/{uuid}"
tags: ["crm-v1-webhooks"]
---

# Atualizar webhook

`PUT /webhooks/{uuid}`

Atualizar webhook

## Path parameters

- `uuid` string, required

## Request body

- object
  - `event_type` string
  - `http_method` string
  - `url` string

## Response `200`

Success

- object
  - `created_at` string
  - `created_via` string
  - `event_identifiers` unknown[]
    - unknown
  - `event_type` string
  - `http_method` string
  - `include_relations` string[]
  - `name` unknown
  - `platform_account_id` number
  - `source` string
  - `status` string
  - `updated_at` string
  - `url` string
  - `uuid` string

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Error

---

[API](https://skmtc.net/rdstation/apis/webhook-service.md) · [All operations](https://skmtc.net/rdstation/apis/webhook-service/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/rdstation/webhook-service/revisions/3867c21388e8/schema)
