From d47fa578b756f04c57e5bb1bf044806e2f3c17e2 Mon Sep 17 00:00:00 2001 From: Syed Ali Shahbaz <52925846+alishaz-polymath@users.noreply.github.com> Date: Thu, 23 Feb 2023 20:46:55 +0530 Subject: [PATCH] Fixes _patch swagger paramters --- pages/api/bookings/[id]/_patch.ts | 27 --------------------------- 1 file changed, 27 deletions(-) diff --git a/pages/api/bookings/[id]/_patch.ts b/pages/api/bookings/[id]/_patch.ts index ebf392c822..ecee252e79 100644 --- a/pages/api/bookings/[id]/_patch.ts +++ b/pages/api/bookings/[id]/_patch.ts @@ -32,36 +32,9 @@ import { schemaQueryIdParseInt } from "~/lib/validations/shared/queryIdTransform * type: string * format: date-time * description: 'End time of the Event' - * recurringEventId: - * type: integer - * description: 'Recurring event ID if the event is recurring' - * description: - * type: string - * description: 'Event description' * status: * type: string * description: 'Acceptable values one of ["ACCEPTED", "PENDING", "CANCELLED", "REJECTED"]' - * location: - * type: string - * description: 'Meeting location' - * smsReminderNumber: - * type: number - * description: 'SMS reminder number' - * attendees: - * type: array - * description: 'List of attendees of the booking' - * items: - * type: object - * properties: - * name: - * type: string - * email: - * type: string - * format: email - * timeZone: - * type: string - * locale: - * type: string * * parameters: * - in: query