Skip to content

Commit 8c943e8

Browse files
chore: documentation of event-type bookingRequiresAuthentication (calcom#23942)
* chore: incomplete documentation of event-type bookingRequiresAuthentication setting * fixup! chore: incomplete documentation of event-type bookingRequiresAuthentication setting
1 parent 5682155 commit 8c943e8

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

packages/platform/types/event-types/event-types_2024_06_14/inputs/create-event-type.input.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -478,7 +478,7 @@ class BaseCreateEventTypeInput {
478478
@DocsPropertyOptional({
479479
default: false,
480480
description:
481-
"Boolean to require authentication for booking this event type via api. If true, only authenticated users can book this event type.",
481+
"Boolean to require authentication for booking this event type via api. If true, only authenticated users who are the event-type owner or org/team admin/owner can book this event type.",
482482
})
483483
bookingRequiresAuthentication?: boolean;
484484
}

packages/platform/types/event-types/event-types_2024_06_14/inputs/update-event-type.input.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,7 @@ class BaseUpdateEventTypeInput {
425425
@DocsPropertyOptional({
426426
default: false,
427427
description:
428-
"Boolean to require authentication for booking this event type via api. If true, only authenticated users can book this event type.",
428+
"Boolean to require authentication for booking this event type via api. If true, only authenticated users who are the event-type owner or org/team admin/owner can book this event type.",
429429
})
430430
bookingRequiresAuthentication?: boolean;
431431
}

packages/platform/types/event-types/event-types_2024_06_14/outputs/event-type.output.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,7 @@ class BaseEventTypeOutput_2024_06_14 {
449449
@IsBoolean()
450450
@DocsProperty({
451451
description:
452-
"Boolean to require authentication for booking this event type via api. If true, only authenticated users can book this event type.",
452+
"Boolean to require authentication for booking this event type via api. If true, only authenticated users who are the event-type owner or org/team admin/owner can book this event type.",
453453
})
454454
bookingRequiresAuthentication?: boolean;
455455
}

0 commit comments

Comments
 (0)