From 408a21feda655c436fb6817eb3f85dbc0a29f048 Mon Sep 17 00:00:00 2001 From: Owen Nelson Date: Tue, 7 Jan 2025 10:38:49 -0800 Subject: [PATCH] Update ingest docs for the `http` -> `genericWebhook` provider rename --- docs/receiving/receiving-with-ingest.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/receiving/receiving-with-ingest.mdx b/docs/receiving/receiving-with-ingest.mdx index b5d8c45..bc23f72 100644 --- a/docs/receiving/receiving-with-ingest.mdx +++ b/docs/receiving/receiving-with-ingest.mdx @@ -33,9 +33,9 @@ webhook providers. Supported values for a `Source`'s `type` include: - `svix` (that's us!) - `zoom` -Additionally there's the option to configure a `Source` as `http` to skip -performing signature verification. This is useful for providers that have no -verification scheme and for providers whose verification scheme is not yet +Additionally there's the option to configure a `Source` as `genericWebhook` to +skip performing signature verification. This is useful for providers that have +no verification scheme and for providers whose verification scheme is not yet supported by Ingest. :::tip