(id: string)
| 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); |
no test coverage detected