REST APIs
cURL
curl --request PATCH \ --url https://api.basic.tech/account/{project_id}/db/{table}/{item_id} \ --header 'Content-Type: application/json' \ --data '{ "value": {} }'
{ "data": {} }
Updates an existing item in a database table
project id
table name
item id
Item updated successfully