Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit e31b3c9

Browse files
set default agenda value
1 parent e8f54cf commit e31b3c9

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

‎operations/meeting.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,11 @@ import { zoomRequest } from "../common/util.js";
33
import { ZoomMeetingSchema } from "../common/types.js";
44

55
export const CreateMeetingOptionsSchema = z.object({
6-
agenda: z.string().max(2000).describe("The meeting's agenda"),
6+
agenda: z
7+
.string()
8+
.max(2000)
9+
.describe("The meeting's agenda")
10+
.default("New Meeting"),
711
start_time: z.string().optional().describe("The meeting's start time"),
812
timezone: z
913
.string()

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /