Skip to content

Commit 860b8d8

Browse files
authored
docs(python): fix wrong type for on_conflict param (supabase#28637)
1 parent 50872f6 commit 860b8d8

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
@@ -1372,7 +1372,7 @@ functions:
13721372
description: Whether duplicate rows should be ignored.
13731373
- name: on_conflict
13741374
isOptional: true
1375-
type: bool
1375+
type: string
13761376
description: Specified columns to be made to work with UNIQUE constraint.
13771377
- name: default_to_null
13781378
isOptional: true
@@ -1484,7 +1484,7 @@ functions:
14841484
description: Whether duplicate rows should be ignored.
14851485
- name: on_conflict
14861486
isOptional: true
1487-
type: bool
1487+
type: string
14881488
description: Specified columns to be made to work with UNIQUE constraint.
14891489
- name: default_to_null
14901490
isOptional: true

0 commit comments

Comments
 (0)