MCPcopy Create free account
hub / github.com/Mnexa-AI/e2a / rotateWebhookSecret

Method rotateWebhookSecret

mcp/src/client.ts:406–408  ·  view source on GitHub ↗
(id: string)

Source from the content-addressed store, hash-verified

404 }
405
406 rotateWebhookSecret(id: string): Promise<RotateSecretResponse> {
407 return this.sdk.webhooks.rotateSecret(id);
408 }
409
410 testWebhook(id: string, body: { event?: string }): Promise<TestWebhookResponse> {
411 return this.sdk.webhooks.test(id, body as TestWebhookRequest);

Callers 1

registerWebhookToolsFunction · 0.45

Calls 1

rotateSecretMethod · 0.80

Tested by

no test coverage detected