From 154c54a2aa8bce57e994c02e11347b3a25285d93 Mon Sep 17 00:00:00 2001 From: Syed Ali Shahbaz <52925846+alishaz-polymath@users.noreply.github.com> Date: Thu, 17 Oct 2024 05:29:10 +0530 Subject: [PATCH] fix: Update openapi-v1.json bookings post example (#17132) * Update openapi-v1.json * Update openapi-v1.json --- docs/api-reference/v1/openapi-v1.json | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/docs/api-reference/v1/openapi-v1.json b/docs/api-reference/v1/openapi-v1.json index 564f6fa59a..8499371b97 100644 --- a/docs/api-reference/v1/openapi-v1.json +++ b/docs/api-reference/v1/openapi-v1.json @@ -1405,15 +1405,18 @@ "responses": { "name": "Hello Hello", "email": "hello@gmail.com", - "metadata": {}, - "location": "Calcom HQ" + "smsReminderNumber": null, + "location": { + "value": "userPhone", + "optionValue": "" + } }, "timeZone": "Europe/London", "language": "en", "title": "Debugging between Syed Ali Shahbaz and Hello Hello", "description": null, "status": "PENDING", - "smsReminderNumber": null + "metadata": {} } } }