Adds url schema to webhooks

pull/5017/head^2
zomars 2022-10-14 17:41:40 -06:00
parent 9b980b3b85
commit 1455a6f603
1 changed files with 1 additions and 0 deletions

View File

@ -406,6 +406,7 @@ model Webhook {
id String @id @unique
userId Int?
eventTypeId Int?
/// @zod.url()
subscriberUrl String
payloadTemplate String?
createdAt DateTime @default(now())