Skip to content

Commit bf2bd63

Browse files
committed
Update OpenAPI Spec
1 parent fee0531 commit bf2bd63

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

.changeset/bo5upf.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"zoom-api-js": undefined
3+
---
4+
5+
undefined

packages/zoom-api-js/src/meeting/components.ts

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1008,6 +1008,8 @@ export type GetArchivedFilesVariables = {
10081008
/**
10091009
* Return a specific meeting instance's [archived files](https://support.zoom.us/hc/en-us/articles/360050431572-Archiving-indicators).
10101010
*
1011+
* See [Archived JSON schemas](/docs/api/references/archived-json-schema/) for in-meeting chat message and subgroup archiving activity JSON schemas.
1012+
*
10111013
* **Prerequisites:**
10121014
* * The [**Meeting and Webinar Archiving** feature](https://support.zoom.us/hc/en-us/articles/4405656451213--Archiving-for-meetings-and-webinars) enabled for your account by [Zoom Support](https://support.zoom.us/hc/en-us/articles/201362003).
10131015
*
@@ -16149,9 +16151,10 @@ export type MeetingCreateRequestBody = {
1614916151
};
1615016152
/**
1615116153
* The meeting's start time. This field is only used for scheduled or recurring meetings with a fixed time. This supports local time and GMT formats.
16152-
* * To set a meeting's start time in GMT, use the `yyyy-MM-ddTHH:mm:ssZ` date-time format. For example, `2020-03-31T12:02:00Z`.
16154+
* * To set a meeting's start time in GMT, use the `yyyy-MM-ddTHH:mm:ssZ` date-time format, such as `2020-03-31T12:02:00Z`.
1615316155
* * To set a meeting's start time using a specific timezone, use the `yyyy-MM-ddTHH:mm:ss` date-time format and specify the [timezone ID](/docs/api/references/abbreviations/#timezones) in the `timezone` field. If you do not specify a timezone, the `timezone` value defaults to your Zoom account's timezone. You can also use `UTC` for the `timezone` value.
16154-
* **Note:** If no `start_time` is set for a scheduled meeting, the `start_time` is set at the current time and the meeting type changes to an instant meeting, which expires after 30 days.
16156+
*
16157+
* **Note:** If `start_time` is not specified or is set to a past value, it defaults to the current time.
1615516158
*
1615616159
* @format date-time
1615716160
* @example 2022-03-25T07:32:55Z
@@ -16229,7 +16232,7 @@ export type MeetingCreateVariables = {
1622916232
*
1623016233
* **[Granular Scopes](https://developers.zoom.us/docs/integrations/oauth-scopes-overview/):** `meeting:write:meeting`,`meeting:write:meeting:admin`
1623116234
*
16232-
* **[Rate Limit Label](https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits):** `MEDIUM`
16235+
* **[Rate Limit Label](https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits):** `LIGHT`
1623316236
*/
1623416237
export const meetingCreate = (
1623516238
variables: MeetingCreateVariables,

0 commit comments

Comments
 (0)