Openapi
Update the name, URL, event subscriptions, or enabled state of an outgoing webhook destination.
Supabase browser session cookie. Supabase may split larger session values into chunked cookies like sb-auth-token.0.
In: cookie
uuiduuidapplication/json
Webhook destination fields to update.
TypeScript Definitions
Use the request body type in TypeScript.
application/json
application/json
application/json
application/json
application/json
application/json
application/json
curl -X PATCH "https://example.com/v1/organizations/123/webhooks/destinations/123e4567-e89b-12d3-a456-426614174000" \ -H "Content-Type: application/json" \ -d '{}'{ "createdAt": "string", "createdBy": "25a02396-1048-48f9-bf93-102d2fb7895e", "enabled": true, "eventKinds": [ "string" ], "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "name": "string", "organizationId": "7bc05553-4b68-44e8-b7bc-37be63c6d9e9", "updatedAt": "string", "url": "http://example.com"}1 <= length <= 160uri