We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 488721a commit 3329234Copy full SHA for 3329234
postgrest/_async/request_builder.py
@@ -279,7 +279,7 @@ def insert(
279
280
def upsert(
281
self,
282
- json: dict,
+ json: Union[dict, list],
283
*,
284
count: Optional[CountMethod] = None,
285
returning: ReturnMethod = ReturnMethod.representation,
postgrest/_sync/request_builder.py
0 commit comments