Referencia de APIOrganization
Update Organization webhook
← Back to full API reference
PATCH
/v1/organization/webhookAuth required- Requires organization permissions for this resource.
- Validated by Zod schema: patchWebhook.
- This route is commonly used as a webhook endpoint.
Request details
Body fields
| Field | Required | Description |
|---|---|---|
| id | Yes | Type: string |
| name | No | Type: string |
| url | No | Type: string |
| subscribed | No | Type: arrayExample: |
| subscribed[] | Yes | Enum-like validator generated by zodFromObj |
Default payloads
Path params
json
{}Query
json
{}Body
json
{
"id": "00000000-0000-0000-0000-000000000000"
}Sample response
json
{
"success": true,
"message": "Sample response placeholder for PATCH /v1/organization/webhook"
}