Skip to content

Commit 19e1978

Browse files
authored
docs(python): remove wrong params from update method (supabase#28663)
1 parent d65562d commit 19e1978

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

apps/docs/spec/supabase_py_v2.yml

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1362,23 +1362,6 @@ functions:
13621362
isOptional: true
13631363
type: CountMethod
13641364
description: The property to use to get the count of rows returned.
1365-
- name: returning
1366-
isOptional: true
1367-
type: ReturnMethod
1368-
description: Either 'minimal' or 'representation'. Defaults to 'representation'.
1369-
- name: ignore_duplicates
1370-
isOptional: true
1371-
type: bool
1372-
description: Whether duplicate rows should be ignored.
1373-
- name: on_conflict
1374-
isOptional: true
1375-
type: string
1376-
description: Specified columns to be made to work with UNIQUE constraint.
1377-
- name: default_to_null
1378-
isOptional: true
1379-
type: bool
1380-
description: |
1381-
Make missing fields default to `null`. Otherwise, use the default value for the column. This only applies when inserting new rows, not when merging with existing rows under `ignore_duplicates: false`. This also only applies when doing bulk upserts.
13821365
examples:
13831366
- id: updating-your-data
13841367
name: Updating your data

0 commit comments

Comments
 (0)