Gestiono
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

FieldRequiredDescription
idYesType: string
nameNoType: string
urlNoType: string
subscribedNoType: arrayExample:
subscribed[]YesEnum-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"
}