Webhook Güncelle
Kimlik Doğrulama: Bearer token gereklidir.
Endpoint: PUT /api/v1/webhooks
İstek Gövdesi
| Alan | Tip | Zorunlu | Açıklama |
|---|---|---|---|
| id | string | Evet | Webhook UUID |
| host | string | Hayır | max 2048 |
| success_path | string | Hayır | max 512 |
| error_path | string | Hayır | max 512 |
| auth_type | string | Hayır | basic veya token |
| auth_basic_username | string | Hayır | — |
| auth_basic_password | string | Hayır | — |
| auth_token | string | Hayır | — |
Yanıt — 200 OK
Güncellenmiş WebhookResponse döner.
| Kod | Açıklama |
|---|---|
| 403 | Webhook cüzdan node'una erişim yok |
| 404 | Webhook bulunamadı |