Skip to content

Commit

Permalink
update responses.location (calcom#10356)
Browse files Browse the repository at this point in the history
  • Loading branch information
alishaz-polymath authored Jul 25, 2023
1 parent 53cda97 commit 1851a3c
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion apps/api/pages/api/bookings/_post.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1851a3c

Please sign in to comment.