Adds missing description field to patch
This commit is contained in:
@@ -19,6 +19,7 @@ const recurringEventInputSchema = z.object({
|
||||
|
||||
export const schemaEventTypeBaseBodyParams = EventType.pick({
|
||||
title: true,
|
||||
description: true,
|
||||
slug: true,
|
||||
length: true,
|
||||
hidden: true,
|
||||
|
||||
Reference in New Issue
Block a user