Skip to content

Commit e39d307

Browse files
committed
rip out org related comments in api v2
1 parent b9ba255 commit e39d307

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/api/v2/src/modules/cal-unified-calendars/controllers/cal-unified-calendars.controller.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ export class CalUnifiedCalendarsController {
235235
@ApiParam({
236236
name: "eventUid",
237237
description:
238-
"The Google Calendar event ID. You can retrieve this by getting booking references from the following endpoints:\n\n- For team events: GET /v2/organizations/{orgId}/teams/{teamId}/bookings/{bookingUid}/references\n\n- For user events: GET /v2/bookings/{bookingUid}/references",
238+
"The Google Calendar event ID. You can retrieve this by getting booking references from the following endpoints:\n\n- For user events: GET /v2/bookings/{bookingUid}/references",
239239
type: String,
240240
})
241241
@Get(["/:calendar/events/:eventUid", "/:calendar/event/:eventUid"])
@@ -263,7 +263,7 @@ export class CalUnifiedCalendarsController {
263263
@ApiParam({
264264
name: "eventUid",
265265
description:
266-
"The Google Calendar event ID. You can retrieve this by getting booking references from the following endpoints:\n\n- For team events: GET /v2/organizations/{orgId}/teams/{teamId}/bookings/{bookingUid}/references\n\n- For user events: GET /v2/bookings/{bookingUid}/references",
266+
"The Google Calendar event ID. You can retrieve this by getting booking references from the following endpoints:\n\n- For user events: GET /v2/bookings/{bookingUid}/references",
267267
type: String,
268268
})
269269
@Patch(["/:calendar/events/:eventUid", "/:calendar/event/:eventUid"])

0 commit comments

Comments
 (0)