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