Update Records with Instance and Schema
PATCH/v1/rdb/rest/:instance/:schema/:table
Update data in tables of the specified instance and database
Request
Path Parameters
instance stringrequired
Database instance identifier
schema stringrequired
Database name
table stringrequired
Table name
- application/json
Body
required
object
Responses
- 200
- 204
Update successful
Update successful (without response body)
Loading...