Basic database APIs (client side)
Update an item
Updates an existing item in a database table
PATCH
Update database table item
Path Parameters
project id
table name
item id
Body
application/json
Response
200
application/json
Item updated successfully
Update database table item