update
Executes an update operation on the table.
By default, updated rows are not returned. To return it, call [PostgrestRequestBuilder.select]
.
Parameters
Specifies the fields to update via a DSL
Additional filtering to apply to the query
Throws
if receiving an error response
if the request timed out
on network related issues
Executes an update operation on the table.
By default, updated rows are not returned. To return it, call [PostgrestRequestBuilder.select]
.
Parameters
The request body representing the value to update.
Additional filtering to apply to the query
Throws
if receiving an error response
if the request timed out
on network related issues
Executes an update operation on the table.
By default, updated rows are not returned. To return it, call [PostgrestRequestBuilder.select]
.
Parameters
The value to update, will automatically get serialized into json.
Additional filtering to apply to the query
Throws
if receiving an error response
if the request timed out
on network related issues