calcom / docs

The official Cal.com documentation
https://docs.cal.com
6 stars 5 forks source link

Booking API v1 docs have incorrect body fields #78

Open keithwillcode opened 1 month ago

keithwillcode commented 1 month ago

https://docs.cal.com/docs/enterprise-features/api/api-reference/bookings#edit-an-existing-booking

This page shows examples using the values start and end but the values supported are startTime and endTime. https://github.com/calcom/cal.com/blob/main/apps/api/v1/lib/validations/booking.ts#L26