-
-
Notifications
You must be signed in to change notification settings - Fork 10.8k
Open
supabase/supabase-js
#1882Labels
documentationImprovements or additions to documentationImprovements or additions to documentationexternal-issuepr-openedA PR has been opened to resolve the issueA PR has been opened to resolve the issueto-triage
Description
Improve documentation
Link
https://supabase.com/docs/reference/javascript/upsert
Describe the problem
The response of the Upserting into tables with constraints example is false.
The correct one is :
{ "data": [ { "id": 42, "handle": "saoirse", "display_name": "Saoirse" } ] }
Describe the improvement
Just change the current response with the correct one.
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationexternal-issuepr-openedA PR has been opened to resolve the issueA PR has been opened to resolve the issueto-triage