---
title: "Atualiza URL e/ou secret do webhook outbound"
method: PATCH
path: "/organizations/me/webhook"
tags: ["webhook-config"]
---

# Atualiza URL e/ou secret do webhook outbound

`PATCH /organizations/me/webhook`

## Request body

- UpdateWebhookRequest
  - `url` string, nullable
  - `secret` string, nullable

## Response `200`

Atualizado

- object
  - `message` string
  - `url` string
  - `secret` string

## Other responses

- `400` — Payload inválido
- `401` — Token ausente ou inválido
- `500` — Erro interno do servidor

---

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