Skip to content

Commit dd7da21

Browse files
authored
docs: fix param name for storage python method (supabase#33360)
1 parent f255627 commit dd7da21

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/docs/spec/supabase_py_v2.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6925,7 +6925,7 @@ functions:
69256925
isOptional: false
69266926
type: BufferedReader | bytes | FileIO | string | Path
69276927
description: The body of the file to be stored in the bucket.
6928-
- name: options
6928+
- name: file_options
69296929
isOptional: false
69306930
type: FileOptions
69316931
subContent:
@@ -6979,7 +6979,7 @@ functions:
69796979
isOptional: false
69806980
type: BufferedReader | bytes | FileIO | string | Path
69816981
description: The body of the file to be stored in the bucket.
6982-
- name: options
6982+
- name: file_options
69836983
isOptional: false
69846984
type: FileOptions
69856985
subContent:

0 commit comments

Comments
 (0)