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