Skip to content

Commit 0731831

Browse files
authored
Fix: Webhook docs tags (#7189)
1 parent 91750ed commit 0731831

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/thirdweb/src/bridge/Webhook.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,13 @@ export type WebhookPayload = Exclude<
6060
>;
6161

6262
/**
63-
* Parses an incoming webhook from thirdweb.
63+
* Parses an incoming Universal Bridge webhook payload.
6464
*
6565
* @param payload - The raw text body received from thirdweb.
6666
* @param headers - The webhook headers received from thirdweb.
6767
* @param secret - The webhook secret to verify the payload with.
68+
* @beta
69+
* @bridge Webhook
6870
*/
6971
export async function parse(
7072
/**

0 commit comments

Comments
 (0)