We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7060597 commit 1dd97b9Copy full SHA for 1dd97b9
static/data/openapi.yaml
@@ -359,6 +359,13 @@ paths:
359
required: true
360
schema:
361
type: string
362
+ - in: query
363
+ name: filter
364
+ description: Comma-separated list of artifact types. If specified, only included artifacts are returned.
365
+ required: false
366
+ schema:
367
+ type: string
368
+ enum: [shared_notes, participants_list, engagement_report]
369
responses:
370
"200":
371
description: Successful response
@@ -372,10 +379,15 @@ paths:
372
379
items:
373
380
type: object
374
381
properties:
382
+ file_type:
383
375
384
file_name:
376
385
377
386
link:
378
387
388
+ required:
389
+ - file_name
390
+ - link
391
392
"404":
393
description: Meeting not found or file not found
0 commit comments