Sign in

Update row

documented

Update an existing row identified by its primary key.

PATCH /rest/v1/{table}?id=eq.{id}Tablesno implementation yet0 runs

Input

project_ref*
Supabase Project Reference (subdomain)
your-project-ref
table*
Table name
table_name
id*
Record id value for id=eq.{id}
123
title
New title value
New title
description
New description value
Description text
Calls Supabase as you (your API key is your account); keychains.dev holds the credentials.