Basic database APIs (client side)
Replace an item
Replaces an existing item in a database table
PUT
Path Parameters
project id
table name
item id
Body
application/json
Response
200
application/json
Item replaced successfully
Replaces an existing item in a database table
project id
table name
item id
Item replaced successfully