Skip to content

Commit 1dd97b9

Browse files
committed
Add "filter" parameter to list_objects
1 parent 7060597 commit 1dd97b9

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

static/data/openapi.yaml

+12
Original file line numberDiff line numberDiff line change
@@ -359,6 +359,13 @@ paths:
359359
required: true
360360
schema:
361361
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]
362369
responses:
363370
"200":
364371
description: Successful response
@@ -372,10 +379,15 @@ paths:
372379
items:
373380
type: object
374381
properties:
382+
file_type:
383+
type: string
375384
file_name:
376385
type: string
377386
link:
378387
type: string
388+
required:
389+
- file_name
390+
- link
379391

380392
"404":
381393
description: Meeting not found or file not found

0 commit comments

Comments
 (0)