From 74efa1f86ee259e6ca0e4f4535d10b57f32bab75 Mon Sep 17 00:00:00 2001 From: Syed Ali Shahbaz <52925846+alishaz-polymath@users.noreply.github.com> Date: Thu, 19 May 2022 16:35:25 +0530 Subject: [PATCH] Updates Webhook pick --- lib/validations/webhook.ts | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/lib/validations/webhook.ts b/lib/validations/webhook.ts index 0340f8d707..fe9fe1533a 100644 --- a/lib/validations/webhook.ts +++ b/lib/validations/webhook.ts @@ -36,8 +36,9 @@ export const schemaWebhookReadPublic = Webhook.pick({ id: true, userId: true, eventTypeId: true, - uid: true, - title: true, - startTime: true, - endTime: true, + payloadTemplate: true, + eventTriggers: true, + eventType: true, + app: true, + appId: true, });