Adds url schema to webhooks
parent
9b980b3b85
commit
1455a6f603
|
@ -406,6 +406,7 @@ model Webhook {
|
|||
id String @id @unique
|
||||
userId Int?
|
||||
eventTypeId Int?
|
||||
/// @zod.url()
|
||||
subscriberUrl String
|
||||
payloadTemplate String?
|
||||
createdAt DateTime @default(now())
|
||||
|
|
Loading…
Reference in New Issue