@@ -93,7 +93,7 @@ def list(
9393 * ,
9494 after : str | NotGiven = NOT_GIVEN ,
9595 before : str | NotGiven = NOT_GIVEN ,
96- file_type : str | NotGiven = NOT_GIVEN ,
96+ file_types : str | NotGiven = NOT_GIVEN ,
9797 graph_id : str | NotGiven = NOT_GIVEN ,
9898 limit : int | NotGiven = NOT_GIVEN ,
9999 order : Literal ["asc" , "desc" ] | NotGiven = NOT_GIVEN ,
@@ -116,7 +116,7 @@ def list(
116116 before: The ID of the first object in the previous page. This parameter instructs the
117117 API to return the previous page of results.
118118
119- file_type : The extensions of the files to retrieve. Separate multiple extensions with a
119+ file_types : The extensions of the files to retrieve. Separate multiple extensions with a
120120 comma. For example: `pdf,jpg,docx`.
121121
122122 graph_id: The unique identifier of the graph to which the files belong.
@@ -150,7 +150,7 @@ def list(
150150 {
151151 "after" : after ,
152152 "before" : before ,
153- "file_type " : file_type ,
153+ "file_types " : file_types ,
154154 "graph_id" : graph_id ,
155155 "limit" : limit ,
156156 "order" : order ,
@@ -361,7 +361,7 @@ def list(
361361 * ,
362362 after : str | NotGiven = NOT_GIVEN ,
363363 before : str | NotGiven = NOT_GIVEN ,
364- file_type : str | NotGiven = NOT_GIVEN ,
364+ file_types : str | NotGiven = NOT_GIVEN ,
365365 graph_id : str | NotGiven = NOT_GIVEN ,
366366 limit : int | NotGiven = NOT_GIVEN ,
367367 order : Literal ["asc" , "desc" ] | NotGiven = NOT_GIVEN ,
@@ -384,7 +384,7 @@ def list(
384384 before: The ID of the first object in the previous page. This parameter instructs the
385385 API to return the previous page of results.
386386
387- file_type : The extensions of the files to retrieve. Separate multiple extensions with a
387+ file_types : The extensions of the files to retrieve. Separate multiple extensions with a
388388 comma. For example: `pdf,jpg,docx`.
389389
390390 graph_id: The unique identifier of the graph to which the files belong.
@@ -418,7 +418,7 @@ def list(
418418 {
419419 "after" : after ,
420420 "before" : before ,
421- "file_type " : file_type ,
421+ "file_types " : file_types ,
422422 "graph_id" : graph_id ,
423423 "limit" : limit ,
424424 "order" : order ,
0 commit comments