From 1851a3c1cf9a018b596f1b8cd0c6f9905880419c Mon Sep 17 00:00:00 2001 From: Syed Ali Shahbaz <52925846+alishaz-polymath@users.noreply.github.com> Date: Tue, 25 Jul 2023 13:56:11 +0530 Subject: [PATCH] update responses.location (#10356) --- apps/api/pages/api/bookings/_post.ts | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/apps/api/pages/api/bookings/_post.ts b/apps/api/pages/api/bookings/_post.ts index 83643214f5..39e9fc69a5 100644 --- a/apps/api/pages/api/bookings/_post.ts +++ b/apps/api/pages/api/bookings/_post.ts @@ -57,7 +57,14 @@ import { defaultResponder } from "@calcom/lib/server"; * format: email * description: 'Attendee email address' * location: - * type: string + * type: object + * properties: + * optionValue: + * type: string + * description: 'Option value for the location' + * value: + * type: string + * description: 'The meeting URL, Phone number or Address' * description: 'Meeting location' * metadata: * type: object