diff --git a/lib/validations/event-type.ts b/lib/validations/event-type.ts index 34ca8e0a14..3665681dff 100644 --- a/lib/validations/event-type.ts +++ b/lib/validations/event-type.ts @@ -29,6 +29,7 @@ export const schemaEventTypeBaseBodyParams = EventType.pick({ price: true, currency: true, slotInterval: true, + metadata: true, successRedirectUrl: true, }).partial();