chore: documentation of event-type bookingRequiresAuthentication (#23942)
* chore: incomplete documentation of event-type bookingRequiresAuthentication setting * fixup! chore: incomplete documentation of event-type bookingRequiresAuthentication setting
This commit is contained in:
+1
-1
@@ -478,7 +478,7 @@ class BaseCreateEventTypeInput {
|
||||
@DocsPropertyOptional({
|
||||
default: false,
|
||||
description:
|
||||
"Boolean to require authentication for booking this event type via api. If true, only authenticated users can book this event type.",
|
||||
"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.",
|
||||
})
|
||||
bookingRequiresAuthentication?: boolean;
|
||||
}
|
||||
|
||||
+1
-1
@@ -425,7 +425,7 @@ class BaseUpdateEventTypeInput {
|
||||
@DocsPropertyOptional({
|
||||
default: false,
|
||||
description:
|
||||
"Boolean to require authentication for booking this event type via api. If true, only authenticated users can book this event type.",
|
||||
"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.",
|
||||
})
|
||||
bookingRequiresAuthentication?: boolean;
|
||||
}
|
||||
|
||||
+1
-1
@@ -449,7 +449,7 @@ class BaseEventTypeOutput_2024_06_14 {
|
||||
@IsBoolean()
|
||||
@DocsProperty({
|
||||
description:
|
||||
"Boolean to require authentication for booking this event type via api. If true, only authenticated users can book this event type.",
|
||||
"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.",
|
||||
})
|
||||
bookingRequiresAuthentication?: boolean;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user