fix: Update openapi-v1.json bookings post example (#17132)

* Update openapi-v1.json

* Update openapi-v1.json
This commit is contained in:
Syed Ali Shahbaz
2024-10-16 20:59:10 -03:00
committed by GitHub
parent e949a4c529
commit 154c54a2aa
+6 -3
View File
@@ -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": {}
}
}
}