Update rows in database table
Update rows matching the filter conditions. Filter conditions are passed as query parameters using PostgREST syntax (e.g., ?id=eq.5).
Warning: Without filters, this will update ALL rows in the table.
Authentication
X-API-KEYstring
API Key authentication via header
OR
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
asset_id
table_name
Request
This endpoint expects an object.
data
Column values to update
return_representation
If true, return the updated rows in the response
Response
Successful Response
data
Affected rows (returned when return_representation=true)
